CI: enable compiler warnings

* .travis.yml: here.
* README-hacking: We no longer aim at K&R C.
This commit is contained in:
Akim Demaille
2018-09-06 14:07:12 +02:00
parent 1dac131ec4
commit 41c43ef3d7
2 changed files with 3 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ before_install:
script:
- ./bootstrap
- ./configure CC="$CC" CXX="$CXX"
- ./configure --enable-gcc-warnings CC="$CC" CXX="$CXX"
- make -j2
- make check VERBOSE=1 TESTSUITEFLAGS=-j2