]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't fail on unused functions
authorVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 14:59:35 +0000 (15:59 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 14:59:35 +0000 (15:59 +0100)
There are some of them in embedded libevent.

.travis/run.sh

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