mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
To ignore a call, cast it to (void), not to (void *)...
This commit is contained in:
parent
3562d52e93
commit
df72a655b9
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ goaway(sts)
|
||||||
cleanup actions usually done (these are mostly for
|
cleanup actions usually done (these are mostly for
|
||||||
debugging anyway). */
|
debugging anyway). */
|
||||||
|
|
||||||
(void *) save_thread();
|
(void) save_thread();
|
||||||
donecalls();
|
donecalls();
|
||||||
exit_prog(sts);
|
exit_prog(sts);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue