From: Bart House Date: Sat, 2 Sep 2017 18:05:20 +0000 (-0700) Subject: Turning off CRT secure warnings. X-Git-Tag: NetHack-3.6.1_RC01~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78bee88b83d6c97cbf0d0bcd69234b94743e0fde;p=nethack Turning off CRT secure warnings. --- diff --git a/win/win32/vs2015/common.props b/win/win32/vs2015/common.props index 5a5b2ed2e..5889dbb7d 100644 --- a/win/win32/vs2015/common.props +++ b/win/win32/vs2015/common.props @@ -9,7 +9,7 @@ Level3 - WIN32;CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) + WIN32;CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Console