Kaydet (Commit) 8012e9c2 authored tarafından Brett Cannon's avatar Brett Cannon

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

üst d79fa9e5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment