diff --git a/test/no_exceptions_support_test.cpp b/test/no_exceptions_support_test.cpp index 64533fa..e5dc9ac 100644 --- a/test/no_exceptions_support_test.cpp +++ b/test/no_exceptions_support_test.cpp @@ -8,6 +8,10 @@ // http://www.boost.org/LICENSE_1_0.txt // +#if defined(_MSC_VER) +# pragma warning(disable: 4530) // C++ exception handler used +#endif + #include #include #include