]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/depends_accurate.c
Merge Makefile rewrite into master
[ccan] / tools / ccanlint / tests / depends_accurate.c
index 5549fc13360de3f96735a75622b9cd871ef6fa1f..26943faa628a6e98fa93ab5badb9e7c67d511c20 100644 (file)
@@ -70,7 +70,8 @@ static bool check_dep_includes(struct manifest *m,
 }
 
 static void check_depends_accurate(struct manifest *m,
-                                  unsigned int *timeleft, struct score *score)
+                                  unsigned int *timeleft UNNEEDED,
+                                  struct score *score)
 {
        struct list_head *list;
        unsigned int i, core_deps, test_deps;