X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass_valgrind.c;fp=tools%2Fccanlint%2Ftests%2Ftests_pass_valgrind.c;h=700efeb94110cce2cbc6d636ebd9b4f8f790c972;hp=2f4df18b47e4382a3ea8d7032f78411fece3b536;hb=1ddb7420f1ac53c060aec62e26702d1d7029fc54;hpb=04bcddcc084cf0ef05945c7a9d609e08e30387be diff --git a/tools/ccanlint/tests/tests_pass_valgrind.c b/tools/ccanlint/tests/tests_pass_valgrind.c index 2f4df18b..700efeb9 100644 --- a/tools/ccanlint/tests/tests_pass_valgrind.c +++ b/tools/ccanlint/tests/tests_pass_valgrind.c @@ -158,7 +158,7 @@ static const char *concat(struct score *score, char *bits[]) /* FIXME: Run examples, too! */ static void do_run_tests_vg(struct manifest *m, - unsigned int *timeleft, + unsigned int *timeleft UNNEEDED, struct score *score) { struct ccan_file *i; @@ -199,7 +199,7 @@ static void do_run_tests_vg(struct manifest *m, } static void do_leakcheck_vg(struct manifest *m, - unsigned int *timeleft, + unsigned int *timeleft UNNEEDED, struct score *score) { struct ccan_file *i;