mirror of
https://github.com/microsoft/GSL.git
synced 2026-04-29 10:13:32 +02:00
Turned on Level 3 warnings for MSVC.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
// turn off some misguided warnings
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4351) // warns about newly introduced aggregate initializer behavior
|
||||
#pragma warning(disable: 4512) // warns that assignment op could not be generated
|
||||
|
||||
#endif // _MSC_VER <= 1800
|
||||
|
||||
|
||||
Reference in New Issue
Block a user