mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-14 21:16:31 +02:00
Disable warning 4530
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
# pragma warning(disable: 4577) // noexcept used without /EHsc
|
||||
# pragma warning(disable: 4530) // C++ exception handler used
|
||||
#endif
|
||||
|
||||
#define BOOST_EXCEPTION_DISABLE
|
||||
|
Reference in New Issue
Block a user