X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftest%2Frun-overflow.c;h=d1919c1cceefcc65702fd5bf65a2ef015c30f7d7;hb=a8722345053b7cd860499aa31fd6bb414c120cc8;hp=d975398b4ba39b9e55ef35a57b18537aa514bbc8;hpb=e81b527384ad5331a9cd35a9f21bc8ac6b16d137;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++; }