]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Silence a compiler warning about a function definition not being a prototype.
authorBrett Cannon <bcannon@gmail.com>
Fri, 12 Oct 2007 17:41:08 +0000 (17:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 12 Oct 2007 17:41:08 +0000 (17:41 +0000)
Modules/main.c

index 83d567fede1c035dfa79df798b5a1ce2f1529e35..80c0c04c3102cfe2f521a3a03503254966c25833 100644 (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;