From 1065dc44384675f35df1b3a62f0173c4f9cc0d5a Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 7 Jun 2017 04:43:08 -0700 Subject: [PATCH] msbuild: set warning level 4 --- Source/VSProps/Base.props | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 4fe3f0e379..77732dc364 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -76,7 +76,7 @@ higher declaration can be contained to just the XAudio2/XInput related code. --> _WIN32_WINNT=0x0602;%(PreprocessorDefinitions) - Level3 + Level4 true true false @@ -95,13 +95,28 @@ OldStyle Caret 4996;4351 + + 4201;4127;4100;4244;4121;4324;4714;%(DisableSpecificWarnings) + + 4245;%(DisableSpecificWarnings)