X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Finfo_ported.c;h=80e347c73343df3983a4513a4fe1b73b56ed59b4;hp=3479cfc417291781c81b47d22f0770f87e7957b0;hb=HEAD;hpb=2512fecb742a1cfd0ce31d81c98bba0a97f3cbe2 diff --git a/tools/ccanlint/tests/info_ported.c b/tools/ccanlint/tests/info_ported.c index 3479cfc4..80e347c7 100644 --- a/tools/ccanlint/tests/info_ported.c +++ b/tools/ccanlint/tests/info_ported.c @@ -27,8 +27,9 @@ static const char *can_build(struct manifest *m) return tal_fmt(m, "'_info ported' says '%s'", msg); } -static void check_info_ported(struct manifest *m, - unsigned int *timeleft, struct score *score) +static void check_info_ported(struct manifest *m UNNEEDED, + unsigned int *timeleft UNNEEDED, + struct score *score) { score->pass = true; score->score = 1;