From 9b11a49c33a0adee334e52fcff5a7f9850b32cff Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 11 Oct 2019 16:26:06 +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 f5516f8..1b79df8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,7 +152,7 @@ variables: 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