X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fasort%2Ftest%2Fcompile_fail-context-type.c;h=aa2340f4e22b8bf8c8e133f854889c8ef1dffc5b;hp=473d10264140e04710be1a98f02e353a726a9d77;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hpb=5887216aa53cdb4709e9658462c4d4b2141ef91a diff --git a/ccan/asort/test/compile_fail-context-type.c b/ccan/asort/test/compile_fail-context-type.c index 473d1026..aa2340f4 100644 --- a/ccan/asort/test/compile_fail-context-type.c +++ b/ccan/asort/test/compile_fail-context-type.c @@ -1,7 +1,7 @@ #include #include -static int cmp(char *const *a, char *const *b, int *flag) +static int cmp(char *const *a UNNEEDED, char *const *b UNNEEDED, int *flag UNNEEDED) { return 0; }