summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-01-11 16:47:14 +0100
committerPablo Barciela <[email protected]>2020-01-11 16:47:14 +0100
commit419a61564a11158fea8884e8a74f23e6a7f66a46 (patch)
tree91005ce90cc1bca6880d3934e022297bfe32c873
parentd93e83d9cd49d5b97a20e26aac5183caa89cab02 (diff)
downloadlibmateweather-419a61564a11158fea8884e8a74f23e6a7f66a46.tar.bz2
libmateweather-419a61564a11158fea8884e8a74f23e6a7f66a46.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 a30a248..698c9f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -124,7 +124,7 @@ requires:
- tzdata
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode