X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fhtable%2Ftest%2Frun-copy.c;h=d111495ad4c775c20a6875e141aef19c12f942da;hb=b3cc8ae7c2fe35cf20bd0bac211658c0ecbdbdae;hp=2bc1778614e1146fb4e96e0ac188c47d5ef9c10f;hpb=e7e57cbf6725debd99238ccd8e3bf273a8d7e61c;p=ccan diff --git a/ccan/htable/test/run-copy.c b/ccan/htable/test/run-copy.c index 2bc17786..d111495a 100644 --- a/ccan/htable/test/run-copy.c +++ b/ccan/htable/test/run-copy.c @@ -6,7 +6,7 @@ #define NUM_VALS 512 -static size_t hash(const void *elem, void *unused) +static size_t hash(const void *elem, void *unused UNNEEDED) { size_t h = *(uint64_t *)elem / 2; return h;