diff options
author | Pablo Barciela <[email protected]> | 2019-12-11 10:58:50 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-11 10:58:50 +0100 |
commit | e3810c88a608571546f88741a0f58c2d8d372487 (patch) | |
tree | 173aeea6ab8bae406b85a4872c1c18405c4cbb00 /.travis.yml | |
parent | 0f240b82d887ee9be6c62489c10548db028de7bb (diff) | |
download | mate-screensaver-e3810c88a608571546f88741a0f58c2d8d372487.tar.bz2 mate-screensaver-e3810c88a608571546f88741a0f58c2d8d372487.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 a7d25fe..a9e161b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,7 +172,7 @@ requires: - xmlto variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |