]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_exist.c
ccanlint: mark unused parameters.
[ccan] / tools / ccanlint / tests / examples_exist.c
index c42a2e4e9ff27c5f183b498e798c3ae10a1e238f..19d61a89e3a058135495c607dc2b733b1c15ecba 100644 (file)
@@ -62,7 +62,7 @@ static char *add_example(struct manifest *m, struct ccan_file *source,
 
 /* FIXME: We should have one example per function in header. */
 static void extract_examples(struct manifest *m,
-                            unsigned int *timeleft,
+                            unsigned int *timeleft UNNEEDED,
                             struct score *score)
 {
        struct ccan_file *f, *mainh = NULL; /* gcc complains uninitialized */