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 \