diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index f409ecd0af7..e5ad0bcf96d 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -695,7 +695,7 @@ static ulong serialno = 0; /* incremented on each debug {m,re}alloc */ to supply a single place to set a breakpoint. */ static void -bumpserialno() +bumpserialno(void) { ++serialno; }