Enable -Werror in Travis builds
This commit is contained in:
parent
ccf6e48a52
commit
afa1d37e20
@ -2,4 +2,4 @@ language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: autoreconf -f -i && ./configure && make check
|
||||
script: autoreconf -f -i && CFLAGS=-Werror ./configure && make check
|
||||
|
Loading…
Reference in New Issue
Block a user