summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-05 18:55:27 +0100
committerPablo Barciela <[email protected]>2019-12-05 18:55:27 +0100
commit1ade55ed1375dfc376d9e924ff63953e82ed4ca5 (patch)
tree9804fd6d1a0b94eabd3814841a0cef231e3c596c
parentf00267bc73cfc2170d026cadd7dd636efbc32c29 (diff)
downloadmate-indicator-applet-1ade55ed1375dfc376d9e924ff63953e82ed4ca5.tar.bz2
mate-indicator-applet-1ade55ed1375dfc376d9e924ff63953e82ed4ca5.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 3c6eca9..d372034 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -122,7 +122,7 @@ requires:
- mate-common
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode