travis: Ignore unused-parameter warnings
This commit is contained in:
parent
c4c1bf3b79
commit
6769ac13a2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ cache:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash autogen.sh
|
- bash autogen.sh
|
||||||
- CC=$COMPILER CFLAGS="-Wno-unused-value -Werror" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
|
- CC=$COMPILER CFLAGS="-Wno-unused-value -Wno-unused-parameter -Werror" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
|
||||||
- make -j4
|
- make -j4
|
||||||
- "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"
|
- "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make check; fi"
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in a new issue