diff --git a/test/make_exception_ptr_nx_test.cpp b/test/make_exception_ptr_nx_test.cpp index e612013..0ebc7a4 100644 --- a/test/make_exception_ptr_nx_test.cpp +++ b/test/make_exception_ptr_nx_test.cpp @@ -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 //#include diff --git a/test/make_exception_ptr_nx_test2.cpp b/test/make_exception_ptr_nx_test2.cpp index 09927f8..21af15b 100644 --- a/test/make_exception_ptr_nx_test2.cpp +++ b/test/make_exception_ptr_nx_test2.cpp @@ -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 diff --git a/test/throw_exception_nx_test.cpp b/test/throw_exception_nx_test.cpp index f6ac515..589f7db 100644 --- a/test/throw_exception_nx_test.cpp +++ b/test/throw_exception_nx_test.cpp @@ -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 #include diff --git a/test/throw_exception_nx_test2.cpp b/test/throw_exception_nx_test2.cpp index aabe380..976dc8e 100644 --- a/test/throw_exception_nx_test2.cpp +++ b/test/throw_exception_nx_test2.cpp @@ -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 #include diff --git a/test/throw_exception_nx_test3.cpp b/test/throw_exception_nx_test3.cpp index ce8aa6d..c04fd42 100644 --- a/test/throw_exception_nx_test3.cpp +++ b/test/throw_exception_nx_test3.cpp @@ -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 // Make sure that simple inclusion does not