summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-28 10:46:02 +0100
committerZenWalker <[email protected]>2019-11-30 23:42:43 +0100
commit6b516130aac52b729ecf6ad0b91d5a84ab46ab7c (patch)
tree5746427c51f958da6cc9f0fc4001e302345a1aac
parent0fc51a2c8daff96ed2535ed318dc4d737b34845c (diff)
downloadatril-6b516130aac52b729ecf6ad0b91d5a84ab46ab7c.tar.bz2
atril-6b516130aac52b729ecf6ad0b91d5a84ab46ab7c.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 a8df981d..de0448d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -173,7 +173,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