Skip to content

Commit

Permalink
MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB
Browse files Browse the repository at this point in the history
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341

Signed-off-by: Liming Gao <[email protected]>
Cc: Jian J Wang <[email protected]>
Reviewed-by: Jian J Wang <[email protected]>
  • Loading branch information
lgao4 authored and mergify[bot] committed Nov 15, 2019
1 parent 14672c3 commit 6321ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
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
GCC:*_CLANGPDB_*_CC_FLAGS = -Wno-error=constant-conversion

# Not add -Wno-error=maybe-uninitialized option for XCODE
# XCODE doesn't know this option
Expand Down

0 comments on commit 6321ec4

Please sign in to comment.