diff options
author | Pablo Barciela <[email protected]> | 2019-12-01 23:03:20 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-01 23:03:20 +0100 |
commit | 646a71b6a08c52a3fe6d6e5154af4df880d09547 (patch) | |
tree | dd9a002aaa9a4ef9c0730eab61f07a12403392cb | |
parent | bea23fce219c3a24ab091b5e5313689aaebad3bc (diff) | |
download | libmatekbd-646a71b6a08c52a3fe6d6e5154af4df880d09547.tar.bz2 libmatekbd-646a71b6a08c52a3fe6d6e5154af4df880d09547.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 eaa5a5f..8d99304 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,7 +122,7 @@ requires: - mate-common variables: - - CFLAGS="-Wall -Werror=format-security" + - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |