summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-12-11 10:57:42 +0100
committerPablo Barciela <[email protected]>2019-12-11 10:57:42 +0100
commita48f25e75b8f46e66dc9ed0c1850ce887753af5b (patch)
tree88bae546964917496d83aa887cdb34d7cbc3fb70
parenta3cb0ec974057d50eb817d75b87902df07fcd9f8 (diff)
downloadmate-power-manager-a48f25e75b8f46e66dc9ed0c1850ce887753af5b.tar.bz2
mate-power-manager-a48f25e75b8f46e66dc9ed0c1850ce887753af5b.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 f556184..9ce4b94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -163,7 +163,7 @@ requires:
- yelp-tools
variables:
- - CFLAGS="-Wall -Werror=format-security"
+ - CFLAGS="-Wall -Werror=format-security -Wredundant-decls"
- 'CHECKERS="
-enable-checker deadcode.DeadStores
-enable-checker alpha.deadcode.UnreachableCode