diff options
author | raveit65 <[email protected]> | 2020-04-10 14:58:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-10 14:58:35 +0200 |
commit | 3324617008940fbc440ec07b2c509e63ebea7f57 (patch) | |
tree | bcba23010c851454bf626bfab92a96565daa5ad4 | |
parent | b74d05995bc516d3b07d7724267897222d3a559b (diff) | |
download | mate-panel-3324617008940fbc440ec07b2c509e63ebea7f57.tar.bz2 mate-panel-3324617008940fbc440ec07b2c509e63ebea7f57.tar.xz |
ci: variables, drop obsolete Warn_Cflags
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -116,7 +116,6 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -157,7 +156,7 @@ before_scripts: - ninja -C _build 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 |