diff options
| author | 2014-02-20 17:50:51 +0000 | |
|---|---|---|
| committer | 2014-02-20 17:50:51 +0000 | |
| commit | 9fa82ef4c3d247a7279cea7f423697524abdbd6b (patch) | |
| tree | ad25be89d42921076a84b978c912c0fbfc2fc98d /makefile | |
| parent | 0991d0a4c5a84c80d5dbe028a3f6fd8f4ecdeecf (diff) | |
first round of clang 3.4 fixes for MESS (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
