travis: Remove -Wno-unused-variable
This commit is contained in:
parent
4b7abcfb7d
commit
a4fe4b8191
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ cache:
|
|||
|
||||
script:
|
||||
- bash autogen.sh
|
||||
- CC=$COMPILER CFLAGS="-Werror -Wno-unused-value -Wno-unused-parameter -Wno-unused-variable" ./configure --with-shared-sqlite --with-assert=hard --enable-warnings
|
||||
- CC=$COMPILER CFLAGS="-Werror -Wno-unused-value -Wno-unused-parameter" ./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