]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_compiles.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / tools / ccanlint / tests / info_compiles.c
index 4ec07a0e0486b916c568c0d421f9161e86b5be9b..e1485963e8fbb479be8aac8da0c9c098fb923695 100644 (file)
@@ -16,7 +16,8 @@
 #include <ctype.h>
 
 static void check_info_compiles(struct manifest *m,
-                               unsigned int *timeleft, struct score *score)
+                               unsigned int *timeleft UNNEEDED,
+                               struct score *score)
 {
        char *info_c_file, *info, *output;
        int fd;