Reviewed-by: Liming Gao <[email protected]>

> -----Original Message-----
> From: Guo, Dongao
> Sent: Wednesday, September 26, 2018 5:46 PM
> To: [email protected]
> Cc: Gao, Liming <[email protected]>
> 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 <[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