From b03d7d1a71d870413ce2d5d82dfc620e1340a19b Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 1 Dec 2019 23:06:22 +0100 Subject: Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91c0f49..d576976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ requires: - mate-common variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" build_scripts: - ./autogen.sh --enable-compile-warnings=maximum -- cgit v1.2.1