X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftimer%2Ftest%2Frun-corrupt.c;h=9fd735b9edfaf420e1da7769d3fc26fb20b36d94;hb=996d4d12ddd52de579b5026bfbe9c65e26f6c698;hp=4b78735c3f3a6ab5ef2a2013d31a8a959c729238;hpb=4ba104904176bc059167757c10d461703b6b06dc;p=ccan 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;