summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-10 18:22:26 +0200
committerraveit65 <[email protected]>2020-04-10 18:46:34 +0200
commit68f050783209aa6b375ea98585210bc100333544 (patch)
treec3e8c9a73da5c1d6665418860e03e12f03ddd9f2 /.build.yml
parentef207aa796d6b1be91b29136cd93e23e8b55968c (diff)
downloadmate-netbook-68f050783209aa6b375ea98585210bc100333544.tar.bz2
mate-netbook-68f050783209aa6b375ea98585210bc100333544.tar.xz
ci: use maximum compile-warnings for master branch
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 a55f4dd..4ee39e4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -69,7 +69,6 @@ requires:
- yelp-tools
variables:
- - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
@@ -102,7 +101,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