mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Disable msvc warnings
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
# pragma warning(disable: 4530) // C++ exception handler used
|
||||
# pragma warning(disable: 4577) // 'noexcept' used
|
||||
#endif
|
||||
|
||||
#include <boost/core/verbose_terminate_handler.hpp>
|
||||
|
Reference in New Issue
Block a user