From f45bf686ae4acb846f0739fea5515044d1debd06 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Thu, 4 Oct 2018 02:30:20 -0400 Subject: Don't warn about macro expansion in run-clang --- other/analysis/run-clang | 1 + 1 file changed, 1 insertion(+) (limited to 'other') diff --git a/other/analysis/run-clang b/other/analysis/run-clang index d1a5e4dc..fbb0d427 100755 --- a/other/analysis/run-clang +++ b/other/analysis/run-clang @@ -14,6 +14,7 @@ clang++ -o /dev/null amalgamation.cc \ -Wno-cast-align \ -Wno-conversion \ -Wno-covered-switch-default \ + -Wno-disabled-macro-expansion \ -Wno-documentation-deprecated-sync \ -Wno-missing-field-initializers \ -Wno-old-style-cast \ -- cgit v1.2.3