diff options
author | raveit65 <[email protected]> | 2020-04-11 16:04:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-11 16:04:55 +0200 |
commit | ed25a1af6fb4c187c6f924d1590444837a4f7d24 (patch) | |
tree | 9498332a8dc8ea70e3c92ef845ddb3d1c522835e | |
parent | 59cfc86336233f97f434d70cdf9d985c5a913624 (diff) | |
download | pluma-ed25a1af6fb4c187c6f924d1590444837a4f7d24.tar.bz2 pluma-ed25a1af6fb4c187c6f924d1590444837a4f7d24.tar.xz |
ci: variables, drop obsolete Warn_Cflags
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -99,7 +99,6 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -133,7 +132,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh --enable-compile-warnings=maximum + - ./autogen.sh - 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 |