]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commitdiff
Re-enable warning 5032 under VS2015
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 16 Oct 2018 09:11:16 +0000 (10:11 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 16 Oct 2018 09:11:16 +0000 (10:11 +0100)
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 <paul.durrant@citrix.com>
vs2015/xenagent/xenagent.vcxproj

index 6af0d23c5ad38d69d18f29f279f28e60e4b606b6..92b140ee6477112b658db9e7ca5988136a1c88f7 100644 (file)
@@ -25,7 +25,7 @@
       <AdditionalIncludeDirectories>$(SolutionDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>PROJECT=$(ProjectName);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <WarningLevel>EnableAllWarnings</WarningLevel>
-      <DisableSpecificWarnings>4127;4350;4711;4548;4820;4668;4255;5032;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+      <DisableSpecificWarnings>4127;4350;4711;4548;4820;4668;4255;6001;6054;28196;%(DisableSpecificWarnings)</DisableSpecificWarnings>
       <MultiProcessorCompilation>true</MultiProcessorCompilation>
       <EnablePREfast>true</EnablePREfast>
       <RuntimeLibrary Condition="'$(UseDebugLibraries)'=='true'">MultiThreadedDebug</RuntimeLibrary>