summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-13 10:46:02 +0100
committerPablo Barciela <[email protected]>2019-12-13 10:46:02 +0100
commit23b891fd8f149a6f24fa168b87353f961389ea04 (patch)
treebe3a6f1ab7eed90dac132a926cbc79724a1b650e /.travis.yml
parentd98f54e332d312b9fab094baf7e44ca47b8600ef (diff)
downloadmate-session-manager-23b891fd8f149a6f24fa168b87353f961389ea04.tar.bz2
mate-session-manager-23b891fd8f149a6f24fa168b87353f961389ea04.tar.xz
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f73869..725a1e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -157,7 +157,7 @@ requires:
- xsltproc
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode