python: explicitly declare WaitForThreadShutdown as void
This commit is contained in:
parent
cb7375dcbc
commit
a847d7a53d
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static int RunModule(char *module)
|
||||||
"threading" threads have completed. */
|
"threading" threads have completed. */
|
||||||
#include "abstract.h"
|
#include "abstract.h"
|
||||||
static void
|
static void
|
||||||
WaitForThreadShutdown()
|
WaitForThreadShutdown(void)
|
||||||
{
|
{
|
||||||
#ifdef WITH_THREAD
|
#ifdef WITH_THREAD
|
||||||
PyObject *result;
|
PyObject *result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue