forked from boostorg/core
Avoid C4101 in explicit_operator_bool_noexcept.cpp
This commit is contained in:
@ -76,6 +76,11 @@ int main(int, char*[])
|
||||
BOOST_TEST(noexcept(static_cast< bool >(noexcept_val1)));
|
||||
BOOST_TEST(noexcept(static_cast< bool >(noexcept_val2)));
|
||||
|
||||
(void)val1;
|
||||
(void)val2;
|
||||
(void)noexcept_val1;
|
||||
(void)noexcept_val2;
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user