From 8a53aed989c08e40ca6b5897ea18e77a990dd03a Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Fri, 13 Jul 2018 09:54:53 +0100 Subject: [PATCH] Disable spectre mitigation warnings These are not terribly useful and cause the build to fail. Signed-off-by: Paul Durrant --- vs2017/xenvkbd/xenvkbd.vcxproj | 2 +- vs2017/xenvkbd_coinst/xenvkbd_coinst.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vs2017/xenvkbd/xenvkbd.vcxproj b/vs2017/xenvkbd/xenvkbd.vcxproj index 3ba2eb0..2aeb6ef 100644 --- a/vs2017/xenvkbd/xenvkbd.vcxproj +++ b/vs2017/xenvkbd/xenvkbd.vcxproj @@ -24,7 +24,7 @@ __MODULE__="XENVKBD";POOL_NX_OPTIN=1;NT_PROCESSOR_GROUPS;%(PreprocessorDefinitions) true EnableAllWarnings - 4464;4711;4548;4770;4820;4668;4255;6001;6054;28196;30030;30029;%(DisableSpecificWarnings) + 4464;4711;4548;4770;4820;4668;4255;5045;6001;6054;28196;30030;30029;%(DisableSpecificWarnings) true true diff --git a/vs2017/xenvkbd_coinst/xenvkbd_coinst.vcxproj b/vs2017/xenvkbd_coinst/xenvkbd_coinst.vcxproj index 87068c2..79991e7 100644 --- a/vs2017/xenvkbd_coinst/xenvkbd_coinst.vcxproj +++ b/vs2017/xenvkbd_coinst/xenvkbd_coinst.vcxproj @@ -24,7 +24,7 @@ __MODULE__="XENVKBD_COINST";%(PreprocessorDefinitions) EnableAllWarnings - 4127;4548;4711;4820;4668;4255;6001;6054;28196;%(DisableSpecificWarnings) + 4127;4548;4711;4820;4668;4255;5045;6001;6054;28196;%(DisableSpecificWarnings) true true MultiThreadedDebug -- 2.39.5