mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build
Add /wd4703 for passing VS 2012 build.This equals /wd4701 in VS2015. Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dongao Guo <dongao.guo@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
d75c07bc68
commit
b9cee524e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue