summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-11 16:12:19 +0200
committerraveit65 <[email protected]>2019-10-12 15:35:03 +0200
commitf22ad7dc64d3f485b319c000cae34bdb1a5a7944 (patch)
treef35f0102307f9fa20f85c3cbd75908014c110e83
parent940e36b59b588872ec4fcb792e688c852387edfb (diff)
downloadmate-system-monitor-f22ad7dc64d3f485b319c000cae34bdb1a5a7944.tar.bz2
mate-system-monitor-f22ad7dc64d3f485b319c000cae34bdb1a5a7944.tar.xz
ci: MATE_COMPILE_WARNINGS([maximum])
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b20e0fb..da4921a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -185,8 +185,8 @@ before_scripts:
- make install
build_scripts:
- - ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - ./autogen.sh --enable-compile-warnings=maximum
+ - 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