summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-17 11:36:58 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-17 11:36:58 +0000
commit4a3e6c608c80a4729123b29e0170a8be356a1e20 (patch)
treebeb3da1f6897d2a048547caaafae1265ca4ebd20 /makefile
parent1c2b1ce65a6dae634d77b21194091d642dbe3bd3 (diff)
disabled some clang warning for now to improve out-of-the-box experience (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefile b/makefile
index 924032b0ff9..0908e743438 100644
--- a/makefile
+++ b/makefile
@@ -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