X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftimer%2Ftest%2Frun-corrupt.c;h=9fd735b9edfaf420e1da7769d3fc26fb20b36d94;hp=4b78735c3f3a6ab5ef2a2013d31a8a959c729238;hb=e7e57cbf6725debd99238ccd8e3bf273a8d7e61c;hpb=4ba104904176bc059167757c10d461703b6b06dc diff --git a/ccan/timer/test/run-corrupt.c b/ccan/timer/test/run-corrupt.c index 4b78735c..9fd735b9 100644 --- a/ccan/timer/test/run-corrupt.c +++ b/ccan/timer/test/run-corrupt.c @@ -23,7 +23,7 @@ static void update_and_expire(struct timers *timers) free(timers_expire(timers, when)); } -int main(int argc, char *argv[]) +int main(void) { struct timemono when; struct timers timers;