From: Liming Gao Date: Thu, 17 Oct 2019 06:55:51 +0000 (+0800) Subject: MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain X-Git-Tag: edk2-stable201911~120 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=55863be1fc341bd37d4077ecdbb7ff12f673dc89;p=mirror_edk2.git MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603 Signed-off-by: Liming Gao Reviewed-by: Hao A Wu --- diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index 883d5f1127..e9c885465d 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -107,6 +107,9 @@ # Oniguruma: tag_end in parse_callout_of_name GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized + # Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to 'long' + GCC:*_CLANG9_*_CC_FLAGS = -Wno-error=constant-conversion + # Not add -Wno-error=maybe-uninitialized option for XCODE # XCODE doesn't know this option XCODE:*_*_*_CC_FLAGS =