]> jfr.im git - solanum.git/blobdiff - .travis.yml
Fix compiler warning for SeesOper
[solanum.git] / .travis.yml
index 0cba6c72a0ed4803545ef9527646b11922220389..404f955db02ea1a1d64011e5a7a43c3b80d0d603 100644 (file)
@@ -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