mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
accidentally commented out pragma
This commit is contained in:
parent
2b8f7aea32
commit
6ff4a5287d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user