Added warnings to travis building.

This commit is contained in:
irungentoo 2014-06-10 19:02:43 -04:00
parent 2fa8815a85
commit 95e896a52e
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -45,7 +45,7 @@ before_script:
script:
- autoreconf -i
- CFLAGS=-Ofast ./configure --enable-daemon --enable-ntox
- CFLAGS="-Ofast -Wall -Wextra" ./configure --enable-daemon --enable-ntox
- make -j3
- make check
- make dist