aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bounds_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bounds_tests.cpp')
-rw-r--r--tests/bounds_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bounds_tests.cpp b/tests/bounds_tests.cpp
index e586d44..1de4e1a 100644
--- a/tests/bounds_tests.cpp
+++ b/tests/bounds_tests.cpp
@@ -17,7 +17,7 @@
#ifdef _MSC_VER
// blanket turn off warnings from CppCoreCheck from catch
// so people aren't annoyed by them when running the tool.
-#pragma warning(disable : 26440 26426) // from catch
+#pragma warning(disable : 26440 26426 4996) // from catch deprecated
#endif
#include <catch/catch.hpp> // for AssertionHandler, StringRef, TEST_CASE