X-Git-Url: https://unix4lyfe.org/gitweb/buftee/blobdiff_plain/455e9225d8e7cdc70d521ca7aa37e76bfe082f2f..c5cadceead92752d3da1feb7bffdad9f19ea01b1:/tests/build.sh diff --git a/tests/build.sh b/tests/build.sh index d0cef60..ea04788 100755 --- a/tests/build.sh +++ b/tests/build.sh @@ -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