]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commitdiff
Disable warning 5032
authorOwen Smith <owen.smith@citrix.com>
Tue, 16 Oct 2018 09:12:25 +0000 (10:12 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 16 Oct 2018 09:12:25 +0000 (10:12 +0100)
xencontrol also throws up warning 5032 with WLK 17763, and was missed
off the previous patch.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
vs2017/xencontrol/xencontrol.vcxproj

index 18f471cc1bcd57472ee77082ace77c404afb68b4..f54d6b569eb52af80f0abe4b1670f901a486f504 100644 (file)
@@ -22,7 +22,7 @@
       <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;XENCONTROL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <WarningLevel>EnableAllWarnings</WarningLevel>
-      <DisableSpecificWarnings>4127;4711;4548;4820;4668;4255;5045;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+      <DisableSpecificWarnings>4127;4711;4548;4820;4668;4255;5032;5045;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings>
       <MultiProcessorCompilation>true</MultiProcessorCompilation>
       <EnablePREfast>true</EnablePREfast>
       <ExceptionHandling>false</ExceptionHandling>