From 3da7d99506a7f4843af37a283640bed4b17a4f09 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Fri, 26 Oct 2018 10:33:24 +0800 Subject: [PATCH] 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 Cc: Star Zeng Reviewed-by: Star Zeng --- .../Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index df54716182..7ccab5729e 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 = -- 2.39.2