disabled some clang warning for now to improve out-of-the-box experience (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-17 11:36:58 +00:00
parent 1c2b1ce65a
commit 4a3e6c608c

View File

@ -518,6 +518,14 @@ COBJFLAGS += \
CPPONLYFLAGS += \
-Woverloaded-virtual
ifneq (,$(findstring clang,$(CC)))
CCOMFLAGS += \
-Wno-cast-align \
-Wno-tautological-compare \
-Wno-constant-logical-operand \
-Wno-format-security
endif
#-------------------------------------------------
# include paths