]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't allow any warning or error
authorVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 13:34:17 +0000 (14:34 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 13:34:17 +0000 (14:34 +0100)
.travis/run.sh

index 7e54c87bcfd028123c5844d70fd5f09b2256a286..091af086bfa596c65ecf20779e5aded1ab322b64 100755 (executable)
@@ -15,7 +15,7 @@ case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in
 esac
 
 ./autogen.sh
-./configure $LLDPD_CONFIG_ARGS
+./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g -Wall -Werror"
 
 if [ x"${RUN_COVERITY}" = x"1" ]; then
     # Coverity build