summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2018-10-26 10:33:24 +0800
committerLiming Gao <liming.gao@intel.com>2018-10-26 22:01:46 +0800
commit3da7d99506a7f4843af37a283640bed4b17a4f09 (patch)
treea410c14dc258829df8d83964fe1c6a448d1d4928 /MdeModulePkg
parentf157f97301cc2c573977e624f859db93442ff2d5 (diff)
downloadedk2-3da7d99506a7f4843af37a283640bed4b17a4f09.zip
edk2-3da7d99506a7f4843af37a283640bed4b17a4f09.tar.gz
edk2-3da7d99506a7f4843af37a283640bed4b17a4f09.tar.bz2
MdeModulePkg RegularExpressionDxe: Remove unknown build option for XCODE
This patch makes RegularExpressionDxe pass XCODE5 build. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index df54716..7ccab57 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -112,3 +112,7 @@
# Oniguruma: tag_end in parse_callout_of_name
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
+
+ # Not add -Wno-error=maybe-uninitialized option for XCODE
+ # XCODE doesn't know this option
+ XCODE:*_*_*_CC_FLAGS =