From b522d1d4bae4364873a622df975d200449aa1806 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 11 Jan 2020 23:44:14 +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 f2d6aff..97969cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ requires: - quilt variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - PYTHON=python3 after_scripts: -- cgit v1.2.1