Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://github.com/JordanMaples/GSL into dev/jomaples/deprecate_span_non_std_functions

This commit is contained in:
Jordan Maples [MSFT] 2020-01-09 14:40:08 -08:00
commit b076205338

View File

@ -18,7 +18,7 @@
// blanket turn off warnings from CppCoreCheck from catch // blanket turn off warnings from CppCoreCheck from catch
// so people aren't annoyed by them when running the tool. // so people aren't annoyed by them when running the tool.
#pragma warning(disable : 26440 26426 26497 4189 4996) #pragma warning(disable : 26440 26426 26497 4189 4996)
#endif #endif
#if __clang__ || __GNUC__ #if __clang__ || __GNUC__
//disable warnings from gtest //disable warnings from gtest