diff options
author | Pablo Barciela <[email protected]> | 2019-12-04 16:01:10 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-04 16:01:10 +0100 |
commit | 7f7d9e60baf182032072dcd267eb37c115b8c6fe (patch) | |
tree | 7ac98ef202e02b82abc721fc7948394f4fce11ac /.travis.yml | |
parent | 33f16eb0b44f7ca77ac01c948e2bb536f118d6bc (diff) | |
download | mate-desktop-7f7d9e60baf182032072dcd267eb37c115b8c6fe.tar.bz2 mate-desktop-7f7d9e60baf182032072dcd267eb37c115b8c6fe.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 5e67308..227be7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,7 +145,7 @@ requires: - meson variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |