summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-02-20 17:50:51 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-02-20 17:50:51 +0000
commit9fa82ef4c3d247a7279cea7f423697524abdbd6b (patch)
treead25be89d42921076a84b978c912c0fbfc2fc98d /makefile
parent0991d0a4c5a84c80d5dbe028a3f6fd8f4ecdeecf (diff)
first round of clang 3.4 fixes for MESS (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6f12ff2ae58..51921ab9d7f 100644
--- a/makefile
+++ b/makefile
@@ -559,7 +559,8 @@ CCOMFLAGS += \
-Wno-constant-logical-operand \
-Wno-format-security \
-Wno-shift-count-overflow \
- -Wno-self-assign-field
+ -Wno-self-assign-field \
+ -Wno-inline-new-delete
endif
ifdef SANITIZE