make clang complain less about possible compile errors by disabling some warnings

This commit is contained in:
Radim Kolar 2014-09-07 11:51:23 +02:00
parent 91a990a561
commit fdddaa5468

View File

@ -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()