]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_run.c
ccanlint: mark unused parameters.
[ccan] / tools / ccanlint / tests / examples_run.c
index 8ea6a9bf515806fa58e22bbe480c96e8b4065460..6c746b64a3722f362b6908f59abd4f39f1c5a5a5 100644 (file)
@@ -188,7 +188,7 @@ static char *unexpected(struct ccan_file *i, const char *input,
 }
 
 static void run_examples(struct manifest *m,
-                        unsigned int *timeleft, struct score *score)
+                        unsigned int *timeleft UNNEEDED, struct score *score)
 {
        struct ccan_file *i;
        struct list_head *list;