From cec742f132e318db1de4d01d841fea15238798c3 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 1 Dec 2019 23:10:27 +0100 Subject: Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 153a70e5..36d975fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wunused-but-set-variable -Wformat-nonliteral -Wabsolute-value" + - CFLAGS="-Wall -Werror=format-security -Wextra -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wunused-but-set-variable -Wformat-nonliteral -Wabsolute-value -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -- cgit v1.2.1