From: Victor Julien Date: Mon, 28 Nov 2016 13:40:20 +0000 (+0100) Subject: qa: add -Wshadow to appveyor builds X-Git-Tag: suricata-3.2~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2433%2Fhead;p=thirdparty%2Fsuricata.git qa: add -Wshadow to appveyor builds --- diff --git a/appveyor.yml b/appveyor.yml index 6ff4c260d3..58915eddb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,7 @@ environment: CYG_CACHE: C:\cygwin\var\cache\setup CYG_BASH: C:\cygwin\bin\bash CC: gcc + CFLAGS: -Wall -Wextra -Werror -Wshadow -Wno-unused-parameter -Wno-unused-function # Cache Cygwin files to speed up build cache: