mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
Disable C4702 in lightweight_test_fail6, no_exceptions_support_test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user