summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-10 04:16:14 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-10 14:34:33 +0200
commit5a8bf0c2c02f6eddc779cf1ff372ec7641116912 (patch)
tree56a2c53e1d7a635c3a2c4122fd5735ac433037b8
parentfd821d0cc3cd250f333f22d6d36dc1eec86b1bcf (diff)
downloadatril-5a8bf0c2c02f6eddc779cf1ff372ec7641116912.tar.bz2
atril-5a8bf0c2c02f6eddc779cf1ff372ec7641116912.tar.xz
Travis CI: build with --enable-cxx-warnings=maximum
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index b4e02d23..252c92ce 100644
--- a/.build.yml
+++ b/.build.yml
@@ -151,7 +151,7 @@ before_scripts:
build_scripts:
- ./autogen.sh
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --enable-cxx-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else