1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Stop VS2017 spamming warnings

Disable warning caused by the string and stream-related standard headers.
This commit is contained in:
PlutonicOverkill 2017-07-24 17:49:39 +12:00 committed by GitHub
parent 0eb54fa96a
commit 9924e4a35b

View File

@ -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