disabled another clang warning for now (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-09 10:33:40 +00:00
parent 4c434517b8
commit 25c9594626

View File

@ -523,7 +523,8 @@ CCOMFLAGS += \
-Wno-cast-align \
-Wno-tautological-compare \
-Wno-constant-logical-operand \
-Wno-format-security
-Wno-format-security \
-Wno-shift-count-overflow
endif