suppress clang vfor warnings on bootstrap build
This commit is contained in:
parent
73123f5bde
commit
8c111c2189
@ -103,7 +103,7 @@ i_LD = $(i_CC)
|
|||||||
|
|
||||||
CC_IS_CLANG = $(shell $(i_CC) --version | head -n1 | grep -m 1 -c "clang")
|
CC_IS_CLANG = $(shell $(i_CC) --version | head -n1 | grep -m 1 -c "clang")
|
||||||
ifeq (${CC_IS_CLANG}, 1)
|
ifeq (${CC_IS_CLANG}, 1)
|
||||||
NOWARN = -Wno-microsoft-anon-tag -Wno-bitwise-instead-of-logical -Wno-unknown-warning-option
|
NOWARN = -Wno-microsoft-anon-tag -Wno-bitwise-instead-of-logical -Wno-unknown-warning-option -Wno-pass-failed
|
||||||
else
|
else
|
||||||
NOWARN = -Wno-parentheses
|
NOWARN = -Wno-parentheses
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user