summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-03-20 00:36:26 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-03-20 00:36:26 +0000
commit9ac5ce729c9a27ba88ffb91c85fa264930c9bc41 (patch)
tree621b52996674f5e4abfc2f94bca9d9edc5ea6b6f /makefile
parent03379e4ab680e7bd31b48d60953bf2901edd7077 (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 9c1f5cd704a..4fe689a3d84 100644
--- a/makefile
+++ b/makefile
@@ -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