From b9cee524e6c1941b77b6780e19bd57052e53249c Mon Sep 17 00:00:00 2001 From: "Guo, Dongao" Date: Wed, 26 Sep 2018 17:45:43 +0800 Subject: [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build Add /wd4703 for passing VS 2012 build.This equals /wd4701 in VS2015. Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dongao Guo Reviewed-by: Liming Gao --- .../Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index 7490a03c5c..16e91bdac0 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -84,7 +84,7 @@ INTEL:*_*_*_CC_FLAGS = /Oi- # Oniguruma: potentially uninitialized local variable used - MSFT:*_*_*_CC_FLAGS = /wd4701 + MSFT:*_*_*_CC_FLAGS = /wd4701 /wd4703 # Oniguruma: intrinsic function not declared MSFT:*_*_*_CC_FLAGS = /wd4164 -- 2.39.2