From: Guo, Dongao Date: Wed, 26 Sep 2018 09:45:43 +0000 (+0800) Subject: MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build X-Git-Tag: edk2-stable201903~916 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b9cee524e6c1941b77b6780e19bd57052e53249c 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 --- 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