From: Victor Julien Date: Tue, 16 Feb 2016 16:42:38 +0000 (+0100) Subject: travis: set CFLAGS to error on cc warnings X-Git-Tag: suricata-3.0.1RC1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9015fb5a7f8f2bb1981dd5caa70904641c339341;p=thirdparty%2Fsuricata.git travis: set CFLAGS to error on cc warnings --- diff --git a/.travis.yml b/.travis.yml index 8ae46e34c4..7fbbedd115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: c +env: + - CFLAGS="-Wall -Wextra -Werror -Wno-unused-parameter -Wno-unused-function" compiler: - gcc - clang