try using iwyu on travis

This commit is contained in:
Enno Rehling 2019-08-11 18:03:52 +02:00
parent b89eed2f2a
commit 4f80569ebf
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ addons:
- valgrind
- cppcheck
- shellcheck
- iwyu
os:
- linux
notifications:

View file

@ -1989,7 +1989,7 @@ static void expandentertainment(region * r, econ_request *ecbegin, econ_request
assert(total == 0);
}
int entertain_cmd(unit * u, struct order *ord, econ_request **io_req)
static int entertain_cmd(unit * u, struct order *ord, econ_request **io_req)
{
region *r = u->region;
int wants, max_e;