]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_relevant.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / tools / ccanlint / tests / examples_relevant.c
index ad718db3a54cf5a566d677f8e24e265082b58560..1fc1f3bb67a21fe795916f91fa00e8f9543eb223 100644 (file)
@@ -14,7 +14,7 @@
 #include <ctype.h>
 
 static void examples_relevant_check(struct manifest *m,
-                                   unsigned int *timeleft,
+                                   unsigned int *timeleft UNNEEDED,
                                    struct score *score)
 {
        struct ccan_file *f;