From 244d1f7e8f9a3ea1b8eeb072b46fcffbb2b90389 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 11 Oct 2019 16:33:53 +0200 Subject: ci: set maximum compile warnings on step scan-build ./configure The autogen.sh compiler warning flags are overridden in the configure step. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3b0a637..a24c8f34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -207,7 +207,7 @@ before_scripts: build_scripts: - ./autogen.sh --enable-compile-warnings=maximum - - 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 -- cgit v1.2.1