Skip to content

Commit

Permalink
IntelliSense (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Dec 2, 2019
1 parent 37b9aa3 commit d986214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppwinrt/component_writers.h
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ catch (...) { return winrt::to_hresult(); }

auto format = R"( %_base(%)
{
impl::call_factory<%, %>([&](% const& f) { f.%(%%*this, this->m_inner); });
impl::call_factory<%, %>([&](% const& f) { [[maybe_unused]] auto winrt_impl_discarded = f.%(%%*this, this->m_inner); });
}
)";

Expand Down

0 comments on commit d986214

Please sign in to comment.