summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-07 20:23:05 +0200
committerraveit65 <[email protected]>2020-04-07 20:23:05 +0200
commit395c75826b1a4a63236087d2875259553b6cb620 (patch)
treef5818ee9b5b148ecaff405cccaffdd85678ac24c /.build.yml
parent1f17702b5bedbde6d25b7c5a87683791d594ece0 (diff)
downloadmate-applets-395c75826b1a4a63236087d2875259553b6cb620.tar.bz2
mate-applets-395c75826b1a4a63236087d2875259553b6cb620.tar.xz
ci: scan-build, use maximum compile warnings
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 57881ebd..8da34c28 100644
--- a/.build.yml
+++ b/.build.yml
@@ -112,7 +112,6 @@ requires:
- yelp-tools
variables:
- - CFLAGS="-Wall -Werror=format-security -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wunused-but-set-variable -Wformat-nonliteral -Wabsolute-value -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
@@ -145,7 +144,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