X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftest%2Frun-overflow.c;fp=ccan%2Ftal%2Ftest%2Frun-overflow.c;h=d1919c1cceefcc65702fd5bf65a2ef015c30f7d7;hb=ad2ce76c10f808283ea7cf25cd8e76a15710c4f3;hp=d975398b4ba39b9e55ef35a57b18537aa514bbc8;hpb=5877402640cff05f779b23a730e4cc62d729113f;p=ccan diff --git a/ccan/tal/test/run-overflow.c b/ccan/tal/test/run-overflow.c index d975398b..d1919c1c 100644 --- a/ccan/tal/test/run-overflow.c +++ b/ccan/tal/test/run-overflow.c @@ -4,7 +4,7 @@ static int error_count; -static void my_error(const char *msg) +static void my_error(const char *msg UNNEEDED) { error_count++; }