diff options
author | Pablo Barciela <[email protected]> | 2019-12-05 20:48:16 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-05 20:48:16 +0100 |
commit | fef8c752aaf23a51dda3c5579f2098dce2c8a5fc (patch) | |
tree | fad29b89161e48b8e93a6cf4cb6f3fd1ccb33cb7 | |
parent | 0d7cca9c5f5c5368e415a3ccad498a9645a3609b (diff) | |
download | mate-menus-fef8c752aaf23a51dda3c5579f2098dce2c8a5fc.tar.bz2 mate-menus-fef8c752aaf23a51dda3c5579f2098dce2c8a5fc.tar.xz |
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4ace5dc..9b702b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,7 +115,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 |