mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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'
|
# Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') to 'long'
|
||||||
GCC:*_CLANGPDB_*_CC_FLAGS = -Wno-error=constant-conversion
|
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
|
# 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 = -Wno-deprecated-non-prototype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user