Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable

Pablo Barciela 2019-12-16 15:20:02 +01:00
parent 76fba6726b
commit c49b3f7b68
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,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