summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-08 14:22:59 +0100
committerPablo Barciela <[email protected]>2019-12-08 14:22:59 +0100
commit33e19ee56903fc21c46424e1e2c5b9a024bd582b (patch)
treeae0563e10a1e3d404d6a228e16a6c31b07e8c6a8
parent49905b01f19f69cb30a0ccbd4afc4029466c0135 (diff)
downloadmate-notification-daemon-33e19ee56903fc21c46424e1e2c5b9a024bd582b.tar.bz2
mate-notification-daemon-33e19ee56903fc21c46424e1e2c5b9a024bd582b.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
-rw-r--r--.travis.yml2
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