diff options
author | Pablo Barciela <[email protected]> | 2019-11-30 23:51:36 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-11-30 23:51:36 +0100 |
commit | 452d0558555b468015b561ad6c41f5f417e63ec7 (patch) | |
tree | 313111f503ac742857ed445d903207bc98cd0b03 /.travis.yml | |
parent | c18cf51868958ac9d7b564e0d4fd6e75a37c747c (diff) | |
download | caja-452d0558555b468015b561ad6c41f5f417e63ec7.tar.bz2 caja-452d0558555b468015b561ad6c41f5f417e63ec7.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 60eb6086..84a5b816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,7 +163,7 @@ requires: - shared-mime-info variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |