make clang complain less about possible compile errors by disabling some warnings
This commit is contained in:
parent
91a990a561
commit
fdddaa5468
|
|
@ -93,6 +93,7 @@ for option in Split("""
|
||||||
-Wlong-long -Wundef -Winline
|
-Wlong-long -Wundef -Winline
|
||||||
-Wpointer-arith -Wno-unused-parameter
|
-Wpointer-arith -Wno-unused-parameter
|
||||||
-Wunreachable-code
|
-Wunreachable-code
|
||||||
|
-fmacro-backtrace-limit=2 -Wno-cast-align -Wno-pointer-sign
|
||||||
"""):
|
"""):
|
||||||
conf.checkForCCOption(option)
|
conf.checkForCCOption(option)
|
||||||
SGML=conf.checkForSGMLFMT()
|
SGML=conf.checkForSGMLFMT()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user