summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-01-11 16:46:30 +0100
committerPablo Barciela <[email protected]>2020-01-11 16:46:30 +0100
commit4a8bcc526384f1109a6fa898121b64174f19eb19 (patch)
treea2dc1ca9748eb29da0d2c9a6de3c6cf91700688f
parent7c4ab967b6ac23d4fb0eced614d722c7930ea879 (diff)
downloadmate-utils-4a8bcc526384f1109a6fa898121b64174f19eb19.tar.bz2
mate-utils-4a8bcc526384f1109a6fa898121b64174f19eb19.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45670196..34f40dcd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,7 +158,7 @@ requires:
- zlib1g-dev
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode