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. */
|
||||
#include "abstract.h"
|
||||
static void
|
||||
WaitForThreadShutdown()
|
||||
WaitForThreadShutdown(void)
|
||||
{
|
||||
#ifdef WITH_THREAD
|
||||
PyObject *result;
|
||||
|
|
Loading…
Reference in New Issue