Silence a compiler warning about a function definition not being a prototype.
This commit is contained in:
parent
d79fa9e504
commit
8012e9c2f7
|
@ -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…
Reference in New Issue