]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't fail on unused functions (second try)
authorVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 16:19:33 +0000 (17:19 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 30 Dec 2014 16:19:33 +0000 (17:19 +0100)
.travis/run.sh

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