From 5333012680b591d831f2479960bfb75f4213f22b Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Mon, 15 Oct 2018 10:20:29 +0100 Subject: [PATCH] Disable warning 5032 WDK 17763 throws a warning 5032 (mismatched #pragma warning(push)) in include/um/winioctl.h. Disable this warning until the WDK header has resolved this issue. Signed-off-by: Owen Smith --- vs2015/xenagent/xenagent.vcxproj | 2 +- vs2017/xenagent/xenagent.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vs2015/xenagent/xenagent.vcxproj b/vs2015/xenagent/xenagent.vcxproj index 92b140e..6af0d23 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;6001;6054;28196;%(DisableSpecificWarnings) + 4127;4350;4711;4548;4820;4668;4255;5032;6001;6054;28196;%(DisableSpecificWarnings) true true MultiThreadedDebug diff --git a/vs2017/xenagent/xenagent.vcxproj b/vs2017/xenagent/xenagent.vcxproj index b3d6a3d..6a17308 100644 --- a/vs2017/xenagent/xenagent.vcxproj +++ b/vs2017/xenagent/xenagent.vcxproj @@ -25,7 +25,7 @@ $(SolutionDir)..\include;%(AdditionalIncludeDirectories) PROJECT=$(ProjectName);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableAllWarnings - 4127;4350;4365;4571;4625;4626;4711;4774;4548;4820;4668;4255;5026;5027;5038;5039;6001;6054;28196;%(DisableSpecificWarnings) + 4127;4350;4365;4571;4625;4626;4711;4774;4548;4820;4668;4255;5026;5027;5032;5038;5039;6001;6054;28196;%(DisableSpecificWarnings) true true MultiThreadedDebug -- 2.39.5