mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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;
|
||||
}
|
||||
|
|
|
@ -692,7 +692,6 @@ static int
|
|||
init_builtin(name)
|
||||
char *name;
|
||||
{
|
||||
PyInterpreterState *interp = PyThreadState_Get()->interp;
|
||||
struct _inittab *p;
|
||||
PyObject *mod;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue