mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Keep gcc -Wall happy
This commit is contained in:
parent
f0b69f01eb
commit
7c14103d77
5 changed files with 4 additions and 5 deletions
|
|
@ -77,6 +77,6 @@ Py_FrozenMain(argc, argv)
|
|||
if (inspect && isatty((int)fileno(stdin)))
|
||||
sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
|
||||
|
||||
Py_Exit(sts);
|
||||
/*NOTREACHED*/
|
||||
Py_Finalize();
|
||||
return sts;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue