python: explicitly declare WaitForThreadShutdown as void

This commit is contained in:
mischief 2018-12-02 03:30:30 -08:00
parent cb7375dcbc
commit a847d7a53d

View file

@ -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;