X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fbuild_objs.c;h=619c600807d2b7a29d463c0f83b3ca59864db409;hb=304652023042670b3173de0ad5dc0eb7c836618c;hp=0768bc6fb70ec685b93e07430e076e582b6648b2;hpb=83182e8fdff4c78518a680dd70e261ef82e640c5;p=ccan diff --git a/tools/ccanlint/compulsory_tests/build_objs.c b/tools/ccanlint/compulsory_tests/build_objs.c index 0768bc6f..619c6008 100644 --- a/tools/ccanlint/compulsory_tests/build_objs.c +++ b/tools/ccanlint/compulsory_tests/build_objs.c @@ -21,7 +21,7 @@ static const char *can_build(struct manifest *m) return NULL; } -static void *check_objs_build(struct manifest *m) +static void *check_objs_build(struct manifest *m, unsigned int *timeleft) { char *report = NULL; struct ccan_file *i;