From: Vincent Bernat Date: Tue, 30 Dec 2014 14:59:35 +0000 (+0100) Subject: travis: don't fail on unused functions X-Git-Tag: 0.7.14~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef8a406fd0317a2d578f03f1f1c479078130e4a;p=thirdparty%2Flldpd.git travis: don't fail on unused functions There are some of them in embedded libevent. --- diff --git a/.travis/run.sh b/.travis/run.sh index 091af086..9592b279 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 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