From 10923fe625fcf197781f5a32c031b0b1d3173e1a Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 1 Dec 2019 23:11:51 +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 996a9fb..10fa5fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ requires: - meson variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" build_scripts: - ./autogen.sh -- cgit v1.2.1