summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 12:36:01 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-09 14:32:36 +0200
commit4b55003793c99afc52f35823744d163f9a604eec (patch)
tree9e32afecbe449241f82dbe3d5de060d1d5e982d4
parent1d87ba910f1172713bc75339b2e92577d45cbe86 (diff)
downloadmate-indicator-applet-4b55003793c99afc52f35823744d163f9a604eec.tar.bz2
mate-indicator-applet-4b55003793c99afc52f35823744d163f9a604eec.tar.xz
ci: use --enable-compile-warnings=maximum for master branch
-rw-r--r--.build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 6fa71d1..dd0108d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -66,7 +66,6 @@ requires:
- mate-common
variables:
- - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode
@@ -99,7 +98,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