From: Paul Durrant Date: Tue, 16 Oct 2018 09:11:16 +0000 (+0100) Subject: Re-enable warning 5032 under VS2015 X-Git-Tag: 9.0.0-rc1~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0a920be51aee5aa934350311581f7c718a266bf2;p=pvdrivers%2Fwin%2Fxeniface.git Re-enable warning 5032 under VS2015 There is no need to disable the warning for VS2015 since it is not possible to use the broken WDK with that compiler. Signed-off-by: Paul Durrant --- diff --git a/vs2015/xenagent/xenagent.vcxproj b/vs2015/xenagent/xenagent.vcxproj index 6af0d23..92b140e 100644 --- a/vs2015/xenagent/xenagent.vcxproj +++ b/vs2015/xenagent/xenagent.vcxproj @@ -25,7 +25,7 @@ $(SolutionDir)..\include;%(AdditionalIncludeDirectories) PROJECT=$(ProjectName);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableAllWarnings - 4127;4350;4711;4548;4820;4668;4255;5032;6001;6054;28196;%(DisableSpecificWarnings) + 4127;4350;4711;4548;4820;4668;4255;6001;6054;28196;%(DisableSpecificWarnings) true true MultiThreadedDebug