Silence a compiler warning about a function definition not being a prototype.

This commit is contained in:
Brett Cannon 2007-10-12 17:41:08 +00:00
parent d79fa9e504
commit 8012e9c2f7
1 changed files with 1 additions and 1 deletions

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;