diff options
author | raveit65 <[email protected]> | 2020-04-11 14:58:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-11 15:09:11 +0200 |
commit | 789c0c8ce8baeed31bca27dd9abd97be4bea886a (patch) | |
tree | fad7a76a0eaeed26f8280fc2cd23c42603f25613 | |
parent | 8fcd45ba3c48cc1a3ee2746f03b4f8dc67902c4e (diff) | |
download | mate-user-share-789c0c8ce8baeed31bca27dd9abd97be4bea886a.tar.bz2 mate-user-share-789c0c8ce8baeed31bca27dd9abd97be4bea886a.tar.xz |
ci: use maximum compile warnings
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -90,7 +90,6 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -127,7 +126,7 @@ before_scripts: build_scripts: - ./autogen.sh - - scan-build $CHECKERS ./configure + - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else |