travis: Ignore more unused warnings
This commit is contained in:
parent
b3a987ed15
commit
b55caab91e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue