From 4a3e6c608c80a4729123b29e0170a8be356a1e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Thu, 17 Jan 2013 11:36:58 +0000 Subject: [PATCH] disabled some clang warning for now to improve out-of-the-box experience (nw) --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) 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