diff options
author | Pablo Barciela <[email protected]> | 2019-11-30 23:51:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:42 +0200 |
commit | 2f961398943a3ec4a26933a0b65799d5d9233226 (patch) | |
tree | 09beb0f93e3420932854a9d3b9a3344d815089de | |
parent | 4bada395f33980cd9552a88ecec9a7c9dc48c7dc (diff) | |
download | caja-2f961398943a3ec4a26933a0b65799d5d9233226.tar.bz2 caja-2f961398943a3ec4a26933a0b65799d5d9233226.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 2c3ecd1e..3d3bdbc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,7 +158,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 |