X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.c;h=82668acfed05fd43eab6b59c7d61dba4f258652f;hp=3494937a4009b1b7dad69eb9efe268e9e44fe1ad;hb=HEAD;hpb=3e1be50f117fee7d3bc6c4a56e71c15495f3bcad 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); }