travis: Ignore more unused warnings

This commit is contained in:
Simon Arlott 2019-09-15 10:44:05 +01:00
parent b3a987ed15
commit b55caab91e
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53

View file

@ -69,7 +69,7 @@ cache:
script:
- bash autogen.sh
- CC=$COMPILER CFLAGS="-Wno-unused-value -Wno-unused-parameter -Werror" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
- CC=$COMPILER CFLAGS="-Werror -Wno-unused-value -Wno-unused-parameter -Wno-unused-variable" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
- make -j4
- "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"
- make install