diff options
author | Pablo Barciela <[email protected]> | 2019-11-30 23:54:55 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-11-30 23:54:55 +0100 |
commit | 79b8246c2c475602647ccb8106ea551aa697bf81 (patch) | |
tree | 279d77be5a9c0fe06d895f539171522f7f9073e6 | |
parent | dcd53fa19ca1a44c33fded1445ca0fa8d6a6ccc5 (diff) | |
download | caja-dropbox-79b8246c2c475602647ccb8106ea551aa697bf81.tar.bz2 caja-dropbox-79b8246c2c475602647ccb8106ea551aa697bf81.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 30c41ed..b8be3ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ requires: - python3-gi variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |