X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.c;h=82668acfed05fd43eab6b59c7d61dba4f258652f;hp=3494937a4009b1b7dad69eb9efe268e9e44fe1ad;hb=9961094e2422cf0c2d9cb21387da7c65ddddafe2;hpb=29490fe08d33d35f1ac037d905d68028e6e1a075 diff --git a/tools/manifest.c b/tools/manifest.c index 3494937a..82668acf 100644 --- a/tools/manifest.c +++ b/tools/manifest.c @@ -183,7 +183,7 @@ static void add_files(struct manifest *m, const char *base, const char *subdir) } static int cmp_names(struct ccan_file *const *a, struct ccan_file *const *b, - void *unused) + void *unused UNNEEDED) { return strcmp((*a)->name, (*b)->name); }