]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/module_links.c
Merge Makefile rewrite into master
[ccan] / tools / ccanlint / tests / module_links.c
index 403fff1a56120d31926359ca64af51afd3480732..9a2c0be5b4ccf2b36a59227f7c757c2477b41487 100644 (file)
@@ -14,7 +14,7 @@
 #include <string.h>
 #include <ctype.h>
 
-static const char *can_build(struct manifest *m)
+static const char *can_build(struct manifest *m UNNEEDED)
 {
        if (safe_mode)
                return "Safe mode enabled";
@@ -65,7 +65,8 @@ static char *lib_list(const struct manifest *m)
 }
 
 static void check_use_build(struct manifest *m,
-                           unsigned int *timeleft, struct score *score)
+                           unsigned int *timeleft UNNEEDED,
+                           struct score *score)
 {
        char *contents;
        char *tmpfile, *cmdout;