mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Disable C4702 in lightweight_test_fail6, no_exceptions_support_test
This commit is contained in:
parent
7b45315af1
commit
f94db671f6
@ -8,6 +8,10 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt
|
||||
//
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
#endif
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
struct X
|
||||
|
@ -11,6 +11,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4530) // C++ exception handler used
|
||||
# pragma warning(disable: 4577) // noexcept used without /EHsc
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
#endif
|
||||
|
||||
#include <boost/core/no_exceptions_support.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user