]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/license_depends_compat.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / tools / ccanlint / tests / license_depends_compat.c
index f04b4638025a723a87528410778fb1867c52adfa..4e73858f1c6146ed39e786e8f06aedb1b6526f81 100644 (file)
@@ -9,12 +9,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <err.h>
-#include <ccan/talloc/talloc.h>
-#include <ccan/str/str.h>
-#include <ccan/str_talloc/str_talloc.h>
 
 static void check_license_depends_compat(struct manifest *m,
-                                        unsigned int *timeleft,
+                                        unsigned int *timeleft UNNEEDED,
                                         struct score *score)
 {
        struct manifest *i;