diff options
author | raveit65 <[email protected]> | 2020-04-08 15:33:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-08 15:33:49 +0200 |
commit | 8024fb9854540c3a849d5f1d83efe971dff3b16b (patch) | |
tree | 3921eb7117ad18bd2f06a628577710df1e0c8df9 | |
parent | 9bb4513d6338ddc04049349d0160d0f1b25aeca9 (diff) | |
download | mate-notification-daemon-8024fb9854540c3a849d5f1d83efe971dff3b16b.tar.bz2 mate-notification-daemon-8024fb9854540c3a849d5f1d83efe971dff3b16b.tar.xz |
ci: variables, drop obsolete Warn_Cflags
- remove --enable-compile-warnings=maximum from autogen.sh
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -92,7 +92,6 @@ requires: - shared-mime-info variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -125,7 +124,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 |