From: tomponline Date: Tue, 19 Mar 2019 11:40:47 +0000 (+0000) Subject: Travis: Adds -Wall and -Werror gcc flags to automatic build. X-Git-Tag: lxc-3.2.0~112^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a4c18bf3aba0608f2bcf2e6e2c396327e491e5;p=thirdparty%2Flxc.git Travis: Adds -Wall and -Werror gcc flags to automatic build. Signed-off-by: tomponline --- diff --git a/.travis.yml b/.travis.yml index c0ca0d6fa..7d6273d65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: script: - ./coccinelle/run-coccinelle.sh -i - git diff --exit-code + - export CFLAGS="-Wall -Werror" - ./autogen.sh - rm -Rf build - mkdir build