diff --git a/Modules/main.c b/Modules/main.c index 83d567fede1..80c0c04c310 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -182,7 +182,7 @@ static int RunModule(char *module) "threading" threads have completed. */ #include "abstract.h" static void -WaitForThreadShutdown() +WaitForThreadShutdown(void) { #ifdef WITH_THREAD PyObject *result;