mirror of https://github.com/acidanthera/audk.git
MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341 Signed-off-by: Liming Gao <liming.gao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
parent
14672c34bd
commit
6321ec4eaf
|
@ -108,7 +108,7 @@
|
||||||
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'
|
# Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to 'long'
|
||||||
GCC:*_CLANG9_*_CC_FLAGS = -Wno-error=constant-conversion
|
GCC:*_CLANGPDB_*_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
|
||||||
|
|
Loading…
Reference in New Issue