From 6321ec4eaf20991454dbeaed08e2a4defc1ee99d Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 14 Nov 2019 16:02:18 +0800 Subject: MdeModulePkg RegularExpressionDxe: Update tool chain name to CLANGPDB BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2341 Signed-off-by: Liming Gao Cc: Jian J Wang Reviewed-by: Jian J Wang --- MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf index e9c885465d..dd33205fce 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf @@ -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 -- cgit v1.2.3