diff options
author | Pablo Barciela <[email protected]> | 2019-12-02 20:52:53 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-12-02 20:52:53 +0100 |
commit | 1409e6d41aaea60732a3281d068af93fe4537adf (patch) | |
tree | dc39665bd83ee82e0e09aec43224703f35c9adfa /.travis.yml | |
parent | 4d5ac478b5803220f37095ce975523cca0e1b8cd (diff) | |
download | marco-1409e6d41aaea60732a3281d068af93fe4537adf.tar.bz2 marco-1409e6d41aaea60732a3281d068af93fe4537adf.tar.xz |
Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 65a3352a..ce8e6c4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -174,7 +174,7 @@ requires: - zenity variables: - - CFLAGS="-Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Wshadow" + - CFLAGS="-Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wsign-compare -Wshadow" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode |