]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build
authorGuo, Dongao <dongao.guo@intel.com>
Wed, 26 Sep 2018 09:45:43 +0000 (17:45 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 28 Sep 2018 04:48:43 +0000 (12:48 +0800)
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>
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf

index 7490a03c5c116ac1331712016f0cab4d82fb7c87..16e91bdac054cd22d8f01d6342adf05b5e6dce57 100644 (file)
@@ -84,7 +84,7 @@
   INTEL:*_*_*_CC_FLAGS         = /Oi-\r
 \r
   # Oniguruma: potentially uninitialized local variable used\r
-  MSFT:*_*_*_CC_FLAGS = /wd4701\r
+  MSFT:*_*_*_CC_FLAGS = /wd4701 /wd4703\r
 \r
   # Oniguruma: intrinsic function not declared\r
   MSFT:*_*_*_CC_FLAGS = /wd4164\r