diff options
author | Pablo Barciela <[email protected]> | 2019-12-08 14:22:59 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-08 14:22:59 +0100 |
commit | 33e19ee56903fc21c46424e1e2c5b9a024bd582b (patch) | |
tree | ae0563e10a1e3d404d6a228e16a6c31b07e8c6a8 | |
parent | 49905b01f19f69cb30a0ccbd4afc4029466c0135 (diff) | |
download | mate-notification-daemon-33e19ee56903fc21c46424e1e2c5b9a024bd582b.tar.bz2 mate-notification-daemon-33e19ee56903fc21c46424e1e2c5b9a024bd582b.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 9332233..824218d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,7 +152,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 |