public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build
@ 2018-09-26  9:45 Dongao Guo
  2018-09-28  0:24 ` Gao, Liming
  0 siblings, 1 reply; 2+ messages in thread
From: Dongao Guo @ 2018-09-26  9:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: Liming Gao

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

Cc: Liming Gao <liming.gao@intel.com>
Change-Id: I06ff88b11246491ccc83b2231d4070c2acd7331a
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dongao Guo <dongao.guo@intel.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build
  2018-09-26  9:45 [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build Dongao Guo
@ 2018-09-28  0:24 ` Gao, Liming
  0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2018-09-28  0:24 UTC (permalink / raw)
  To: Guo, Dongao, edk2-devel@lists.01.org

Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: Guo, Dongao
> Sent: Wednesday, September 26, 2018 5:46 PM
> To: edk2-devel@lists.01.org
> Cc: Gao, Liming <liming.gao@intel.com>
> 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 <liming.gao@intel.com>
> Change-Id: I06ff88b11246491ccc83b2231d4070c2acd7331a
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Dongao Guo <dongao.guo@intel.com>
> ---
>  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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-28  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26  9:45 [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build Dongao Guo
2018-09-28  0:24 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox