Commit df72a655 authored by Guido van Rossum's avatar Guido van Rossum

To ignore a call, cast it to (void), not to (void *)...

parent 3562d52e
......@@ -373,7 +373,7 @@ goaway(sts)
cleanup actions usually done (these are mostly for
debugging anyway). */
(void *) save_thread();
(void) save_thread();
donecalls();
exit_prog(sts);
......
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