X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Freduce_features.c;fp=tools%2Fccanlint%2Ftests%2Freduce_features.c;h=b49922b5d11b27b310b0b843870ee2be8310ed4a;hb=61f58ff94e35c9b8ac5488554e2554bc5c9888b3;hp=b46c85fcfef081c685c74f673436f12d39e9ab28;hpb=68c74ffd4356e26ba25b4fbbf9a8f832dcb8a0b8;p=ccan diff --git a/tools/ccanlint/tests/reduce_features.c b/tools/ccanlint/tests/reduce_features.c index b46c85fc..b49922b5 100644 --- a/tools/ccanlint/tests/reduce_features.c +++ b/tools/ccanlint/tests/reduce_features.c @@ -130,7 +130,8 @@ static struct htable_option *get_config_options(struct manifest *m) } static void do_reduce_features(struct manifest *m, - unsigned int *timeleft, struct score *score) + unsigned int *timeleft UNNEEDED, + struct score *score) { struct htable_option *options_used, *options_avail, *options; struct htable_option_iter i;