mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Avoid C4101 in explicit_operator_bool_noexcept.cpp
This commit is contained in:
parent
11958e9568
commit
e44781e290
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user