From 004007982a72defc84f4bdaba2932db8ba08357c Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 15 Sep 2019 09:57:45 +0100 Subject: [PATCH] travis: Compile with warnings as errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0cba6c72..404f955d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ cache: script: - bash autogen.sh - - CC=$COMPILER ./configure --with-shared-sqlite + - CC=$COMPILER CFLAGS="-Wno-unused-value -Werror" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings - make -j4 - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi" - make install