]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/file_analysis.c
tools/ccanlint: compile cleanly with -Wextra.
[ccan] / tools / ccanlint / file_analysis.c
index abcf0795e7111dd3c4432332778e398cca05157a..d2fe2a4c1deb621cda477148fa79b4abbe582954 100644 (file)
@@ -417,7 +417,7 @@ void score_file_error(struct score *score, struct ccan_file *f, unsigned line,
 }
 
 
-char *get_or_compile_info(const void *ctx, const char *dir)
+char *get_or_compile_info(const void *ctx UNNEEDED, const char *dir)
 {
        struct manifest *m = get_manifest(NULL, dir);