mirror of https://github.com/acidanthera/audk.git
MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1603 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
7d9ba361cc
commit
55863be1fc
|
@ -107,6 +107,9 @@
|
||||||
# Oniguruma: tag_end in parse_callout_of_name
|
# Oniguruma: tag_end in parse_callout_of_name
|
||||||
GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized
|
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
|
# Not add -Wno-error=maybe-uninitialized option for XCODE
|
||||||
# XCODE doesn't know this option
|
# XCODE doesn't know this option
|
||||||
XCODE:*_*_*_CC_FLAGS =
|
XCODE:*_*_*_CC_FLAGS =
|
||||||
|
|
Loading…
Reference in New Issue