diff options
author | Pablo Barciela <[email protected]> | 2020-01-11 16:47:14 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-01-11 16:47:14 +0100 |
commit | 419a61564a11158fea8884e8a74f23e6a7f66a46 (patch) | |
tree | 91005ce90cc1bca6880d3934e022297bfe32c873 /.travis.yml | |
parent | d93e83d9cd49d5b97a20e26aac5183caa89cab02 (diff) | |
download | libmateweather-419a61564a11158fea8884e8a74f23e6a7f66a46.tar.bz2 libmateweather-419a61564a11158fea8884e8a74f23e6a7f66a46.tar.xz |
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |