summaryrefslogtreecommitdiff
path: root/other/analysis/run-clang
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-19 22:58:04 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-19 23:15:01 +0000
commit7aa57afebad031993825b0bd1ef0760f524e1442 (patch)
tree3e7db61a8c138215c339277d1e3b2a9227570a22 /other/analysis/run-clang
parent0e7cc197f4da06b62de1ca200e8c2ae02c4a8818 (diff)
Avoid redefining macros from different files.
Diffstat (limited to 'other/analysis/run-clang')
-rwxr-xr-xother/analysis/run-clang1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/analysis/run-clang b/other/analysis/run-clang
index 60e59eab..d1a5e4dc 100755
--- a/other/analysis/run-clang
+++ b/other/analysis/run-clang
@@ -7,6 +7,7 @@ clang++ -o /dev/null amalgamation.cc \
7 $CPPFLAGS \ 7 $CPPFLAGS \
8 $LDFLAGS \ 8 $LDFLAGS \
9 -std=c++11 \ 9 -std=c++11 \
10 -Werror \
10 -Weverything \ 11 -Weverything \
11 -Wno-c++98-compat-pedantic \ 12 -Wno-c++98-compat-pedantic \
12 -Wno-c99-extensions \ 13 -Wno-c99-extensions \