X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fasort%2Ftest%2Fcompile_fail-context-type.c;h=aa2340f4e22b8bf8c8e133f854889c8ef1dffc5b;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hp=473d10264140e04710be1a98f02e353a726a9d77;hpb=5877402640cff05f779b23a730e4cc62d729113f;p=ccan 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; }