From 9f6a2e7b8975aa4b5ee2ed392871618bb69a4a18 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 30 Sep 2021 20:44:56 +0300 Subject: [PATCH] Disable warning 4530 --- test/make_exception_ptr_nx_test.cpp | 1 + test/make_exception_ptr_nx_test2.cpp | 1 + test/throw_exception_nx_test.cpp | 1 + test/throw_exception_nx_test2.cpp | 1 + test/throw_exception_nx_test3.cpp | 1 + 5 files changed, 5 insertions(+) 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