]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/main_header_exists.c
Merge Makefile rewrite into master
[ccan] / tools / ccanlint / tests / main_header_exists.c
index 2af9afc00892a7561fdf92f6b514f777ef78c0b5..52a7e43c52b169dd7c3689dfafedfddf99c95a7d 100644 (file)
@@ -14,7 +14,8 @@
 #include <ccan/noerr/noerr.h>
 
 static void check_has_main_header(struct manifest *m,
-                                 unsigned int *timeleft, struct score *score)
+                                 unsigned int *timeleft UNNEEDED,
+                                 struct score *score)
 {
        struct ccan_file *f;