summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1698186d..a32de489 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ endif
compile_commands.json : Makefile Make.rules Make.defaults
make clean
- bear -- make COMPILER=clang test all
+ bear -- make COMPILER=clang WARNFLAGS+="-Wno-#warnings" test all
sed -i \
-e 's/"-maccumulate-outgoing-args",//g' \
$@