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