diff options
| author | Pablo Barciela <[email protected]> | 2019-12-14 20:39:45 +0100 | 
|---|---|---|
| committer | Pablo Barciela <[email protected]> | 2019-12-14 20:39:45 +0100 | 
| commit | 7badfadf733ff266cb69d1eb920d0e286f649950 (patch) | |
| tree | f03b63e42decf7420c720c2428a58b31674185a7 | |
| parent | 4ced88c0ee1681c4e02899f18f6d574f6af33916 (diff) | |
| download | mate-system-monitor-7badfadf733ff266cb69d1eb920d0e286f649950.tar.bz2 mate-system-monitor-7badfadf733ff266cb69d1eb920d0e286f649950.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 3e7d46f..a634f6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,7 +149,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 | 
