diff options
author | Pablo Barciela <[email protected]> | 2019-12-05 18:55:27 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-05 18:55:27 +0100 |
commit | 1ade55ed1375dfc376d9e924ff63953e82ed4ca5 (patch) | |
tree | 9804fd6d1a0b94eabd3814841a0cef231e3c596c | |
parent | f00267bc73cfc2170d026cadd7dd636efbc32c29 (diff) | |
download | mate-indicator-applet-1ade55ed1375dfc376d9e924ff63953e82ed4ca5.tar.bz2 mate-indicator-applet-1ade55ed1375dfc376d9e924ff63953e82ed4ca5.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 3c6eca9..d372034 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 |