warnings as errors

This commit is contained in:
Lev Walkin 2016-01-10 13:15:18 -08:00
parent 1b3a135184
commit 304a93e6c8
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -iv && ./configure && make && make check
script: autoreconf -iv && ./configure --enable-Werror && make -j8 && make check