From: Owen Smith Date: Tue, 16 Oct 2018 09:12:25 +0000 (+0100) Subject: Disable warning 5032 X-Git-Tag: 9.0.0-rc1~12 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=10aeb96b972ae01526c5e7ff7d5c92c64fdb159b;p=pvdrivers%2Fwin%2Fxeniface.git Disable warning 5032 xencontrol also throws up warning 5032 with WLK 17763, and was missed off the previous patch. Signed-off-by: Owen Smith --- diff --git a/vs2017/xencontrol/xencontrol.vcxproj b/vs2017/xencontrol/xencontrol.vcxproj index 18f471c..f54d6b5 100644 --- a/vs2017/xencontrol/xencontrol.vcxproj +++ b/vs2017/xencontrol/xencontrol.vcxproj @@ -22,7 +22,7 @@ $(SolutionDir)..\include;%(AdditionalIncludeDirectories) WIN32;_WINDOWS;_USRDLL;XENCONTROL_EXPORTS;%(PreprocessorDefinitions) EnableAllWarnings - 4127;4711;4548;4820;4668;4255;5045;6001;6054;28196;%(DisableSpecificWarnings) + 4127;4711;4548;4820;4668;4255;5032;5045;6001;6054;28196;%(DisableSpecificWarnings) true true false