]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/headers_idempotent.c
ccanlint: mark unused parameters.
[ccan] / tools / ccanlint / tests / headers_idempotent.c
index 1b2916bda3cb1ec1293ba59f7cda7f4b5ea6f8c8..56c37ef7cbb59489d771d41d7b5f6562359a90b9 100644 (file)
@@ -178,7 +178,8 @@ static void check_idem(struct ccan_file *f, struct score *score)
 }
 
 static void check_idempotent(struct manifest *m,
-                            unsigned int *timeleft, struct score *score)
+                            unsigned int *timeleft UNNEEDED,
+                            struct score *score)
 {
        struct ccan_file *f;