add /wd4703 for passing VS 2012 build.This equals /wd4701 in VS2015.

Cc: Liming Gao <[email protected]>
Change-Id: I06ff88b11246491ccc83b2231d4070c2acd7331a
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dongao Guo <[email protected]>
---
 MdeModulePkg/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 7490a03..16e91bd 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.6.1.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to