From: Owen Smith Date: Thu, 8 Nov 2018 09:52:37 +0000 (+0000) Subject: Disable warning 5032 X-Git-Tag: 9.0.0-rc1~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=77be8c75ccf595f6d29a9fe52c2d9597ea63ae61;p=pvdrivers%2Fwin%2Fxencons.git Disable warning 5032 WDK17763 triggers a warning (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 --- diff --git a/vs2017/xencons_monitor/xencons_monitor.vcxproj b/vs2017/xencons_monitor/xencons_monitor.vcxproj index 02dc7fd..1650dfd 100644 --- a/vs2017/xencons_monitor/xencons_monitor.vcxproj +++ b/vs2017/xencons_monitor/xencons_monitor.vcxproj @@ -25,7 +25,7 @@ $(SolutionDir)..\include;%(AdditionalIncludeDirectories) PROJECT=$(ProjectName);WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(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 MultiThreadedDebug diff --git a/vs2017/xencons_tty/xencons_tty.vcxproj b/vs2017/xencons_tty/xencons_tty.vcxproj index dc1ce44..18ad81b 100644 --- a/vs2017/xencons_tty/xencons_tty.vcxproj +++ b/vs2017/xencons_tty/xencons_tty.vcxproj @@ -22,7 +22,7 @@ $(SolutionDir)..\include;%(AdditionalIncludeDirectories) WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(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 MultiThreadedDebug