disabled another clang warning for now (nw)

This commit is contained in:
Oliver Stöneberg 2013-03-20 00:36:26 +00:00
parent 03379e4ab6
commit 9ac5ce729c

View File

@ -524,7 +524,8 @@ CCOMFLAGS += \
-Wno-tautological-compare \
-Wno-constant-logical-operand \
-Wno-format-security \
-Wno-shift-count-overflow
-Wno-shift-count-overflow \
-Wno-self-assign-field
endif