aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Maples <jomaples@microsoft.com>2019-10-04 14:13:54 -0700
committerJordan Maples <jomaples@microsoft.com>2019-10-04 14:13:54 -0700
commit6ff4a5287df1108851bb5cdc0803da746e69f1ce (patch)
treec8a979f53069404894ae5e260ff714a1e84b9375
parent2b8f7aea325ed2ef193d572599820aad098ebf40 (diff)
downloadplatform_external_Microsoft-GSL-6ff4a5287df1108851bb5cdc0803da746e69f1ce.tar.gz
platform_external_Microsoft-GSL-6ff4a5287df1108851bb5cdc0803da746e69f1ce.tar.bz2
platform_external_Microsoft-GSL-6ff4a5287df1108851bb5cdc0803da746e69f1ce.zip
accidentally commented out pragma
-rw-r--r--tests/multi_span_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multi_span_tests.cpp b/tests/multi_span_tests.cpp
index c4532bb..7c3e87c 100644
--- a/tests/multi_span_tests.cpp
+++ b/tests/multi_span_tests.cpp
@@ -18,7 +18,7 @@
// 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 : 4996) // multi_span is in the process of being deprecated.
+#pragma warning(disable : 4996) // multi_span is in the process of being deprecated.
// Suppressing warnings until it is completely removed
#endif