MdeModulePkg/RegularExpressinoDxe: Fix clang error
Ignore old style declaration warnings in oniguruma/src/st.c. This was already ignored for MSFT, but newer versions of clang complain as well. Signed-off-by: Jake Garver <jake@nvidia.com> Reviewed-by: Nhi Pham <nhi@os.amperecomputing.com> Tested-by: Nhi Pham <nhi@os.amperecomputing.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
33deaa3b84
commit
c9cce5a005
|
@ -102,6 +102,7 @@
|
|||
|
||||
# Oniguruma: old style declaration in st.c
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4131
|
||||
GCC:*_*_*_CC_FLAGS = -Wno-deprecated-non-prototype
|
||||
|
||||
# Oniguruma: 'type cast' : truncation from 'OnigUChar *' to 'unsigned int'
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4305 /wd4306
|
||||
|
|
Loading…
Reference in New Issue