Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-01-10 01:40:08 +0300
committerJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-01-10 01:40:08 +0300
commitb07620533896a967bcc9d7820b16f7cd9981424f (patch)
tree4fa9b22208e56bc4acbccfecf6011da989a21ad6 /tests/span_tests.cpp
parent75936c310996d7bf7df2a5a9d97cbab4bdc1547e (diff)
parent5e0d76a1a70fbbc961b2dcebef64fefd686583de (diff)
Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://github.com/JordanMaples/GSL into dev/jomaples/deprecate_span_non_std_functions
Diffstat (limited to 'tests/span_tests.cpp')
-rw-r--r--tests/span_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp
index 542e2e0..1a4633d 100644
--- a/tests/span_tests.cpp
+++ b/tests/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 26497 4189 4996)
-#endif
+#endif
#if __clang__ || __GNUC__
//disable warnings from gtest