mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/RegularExpressionDxe: Corrects onigurama build with LLVM 15
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
bcd8e61383
commit
6cac70a99a
|
@ -125,6 +125,10 @@
|
|||
# Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to 'long'
|
||||
GCC:*_CLANGPDB_*_CC_FLAGS = -Wno-error=constant-conversion
|
||||
|
||||
# Onigurama: corrects build for llvm-15
|
||||
CLANGPDB:*_*_*_CC_FLAGS = -Wno-deprecated-non-prototype
|
||||
CLANGGCC:*_*_*_CC_FLAGS = -Wno-deprecated-non-prototype
|
||||
|
||||
# Not add -Wno-error=maybe-uninitialized option for XCODE
|
||||
# XCODE doesn't know this option
|
||||
XCODE:*_*_*_CC_FLAGS =
|
||||
XCODE:*_*_*_CC_FLAGS = -Wno-deprecated-non-prototype
|
||||
|
|
Loading…
Reference in New Issue