From: Vincent Bernat Date: Tue, 30 Dec 2014 13:34:17 +0000 (+0100) Subject: travis: don't allow any warning or error X-Git-Tag: 0.7.14~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286513f665ccec16d4864faa4a68531e0167922c;p=thirdparty%2Flldpd.git travis: don't allow any warning or error --- diff --git a/.travis/run.sh b/.travis/run.sh index 7e54c87b..091af086 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -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