Stop VS2017 spamming warnings

Disable warning caused by the string and stream-related standard headers.
0.6.1
PlutonicOverkill 7 years ago committed by GitHub
parent 0eb54fa96a
commit 9924e4a35b

@ -626,6 +626,7 @@ if (WIN32)
4510 4512 # Unable to generate copy constructor/assignment operator as it's not public in the base
4706 # Assignment in conditional expression
4738 # Storing 32-bit float result in memory, possible loss of performance
4774 # Format string expected in argument is not a string literal
4986 # Undocumented warning that occurs in the crtdbg.h file
4987 # nonstandard extension used (triggered by setjmp.h)
4996 # Function was declared deprecated

Loading…
Cancel
Save