forked from github/server
try using iwyu on travis
This commit is contained in:
parent
b89eed2f2a
commit
4f80569ebf
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ addons:
|
|||
- valgrind
|
||||
- cppcheck
|
||||
- shellcheck
|
||||
- iwyu
|
||||
os:
|
||||
- linux
|
||||
notifications:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue