Reduce warnings.
[buftee] / tests / build.sh
index d0cef60..ea04788 100755 (executable)
@@ -55,7 +55,7 @@ report build: gcc with all the warnings
 
 notice build: clang with all the warnings
 rm -f buftee
-env CC=$CLANG "CFLAGS=-Weverything" make
+env CC=$CLANG "CFLAGS=-Weverything -Wno-padded -Wno-variadic-macros" make
 report build: clang
 
 notice finished