public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Dongao Guo <dongao.guo@intel.com>
To: edk2-devel@lists.01.org
Cc: Liming Gao <liming.gao@intel.com>
Subject: [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build
Date: Wed, 26 Sep 2018 17:45:43 +0800	[thread overview]
Message-ID: <1537955143-7884-1-git-send-email-dongao.guo@intel.com> (raw)

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



             reply	other threads:[~2018-09-26  9:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26  9:45 Dongao Guo [this message]
2018-09-28  0:24 ` [PATCH] MdeModulePkg/RegularExpressionDxe: modify inf to pass vs 2012 build Gao, Liming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1537955143-7884-1-git-send-email-dongao.guo@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox