summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-01 23:03:20 +0100
committerPablo Barciela <[email protected]>2019-12-01 23:03:20 +0100
commit646a71b6a08c52a3fe6d6e5154af4df880d09547 (patch)
treedd9a002aaa9a4ef9c0730eab61f07a12403392cb
parentbea23fce219c3a24ab091b5e5313689aaebad3bc (diff)
downloadlibmatekbd-646a71b6a08c52a3fe6d6e5154af4df880d09547.tar.bz2
libmatekbd-646a71b6a08c52a3fe6d6e5154af4df880d09547.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 eaa5a5f..8d99304 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