From 9924e4a35b170c85384547e1d999a793277524dc Mon Sep 17 00:00:00 2001 From: PlutonicOverkill Date: Mon, 24 Jul 2017 17:49:39 +1200 Subject: [PATCH] Stop VS2017 spamming warnings Disable warning caused by the string and stream-related standard headers. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ea3dde08b..56b42ed5d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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