Skip to content

Commit

Permalink
Fix unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 19, 2021
1 parent 16150bf commit 3ccf2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crl/common/crl_common_object_async.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ object_async<Policy, Type>::object_async(Args &&...args)
constexpr auto plain_construct = std::is_constructible_v<
Type,
Args...>;
constexpr auto with_weak_construct = std::is_constructible_v<
[[maybe_unused]] constexpr auto with_weak_construct = std::is_constructible_v<
Type,
weak_async<Policy, Type>,
Args...>;
Expand Down

0 comments on commit 3ccf2ed

Please sign in to comment.