summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-03-09 10:33:40 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-03-09 10:33:40 +0000
commit25c9594626cacd2e1f43b07259e2547587402160 (patch)
tree130f284fdd394aa25d7a36e64013352988e65ea5 /makefile
parent4c434517b84e76fcffc3f321d0d91a032c088625 (diff)
disabled another clang warning for now (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 66e9428ddb8..9c1f5cd704a 100644
--- a/makefile
+++ b/makefile
@@ -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