diff --git a/test/no_exceptions_support_test.cpp b/test/no_exceptions_support_test.cpp index e5dc9ac..7e227b9 100644 --- a/test/no_exceptions_support_test.cpp +++ b/test/no_exceptions_support_test.cpp @@ -10,6 +10,7 @@ #if defined(_MSC_VER) # pragma warning(disable: 4530) // C++ exception handler used +# pragma warning(disable: 4577) // noexcept used without /EHsc #endif #include