builtin_execfile(): initialize another local that the GCC on leroy
found it necessary to warn about.
This commit is contained in:
parent
c010c17f4b
commit
b3a639ed7d
|
@ -533,7 +533,7 @@ builtin_execfile(PyObject *self, PyObject *args)
|
|||
char *filename;
|
||||
PyObject *globals = Py_None, *locals = Py_None;
|
||||
PyObject *res;
|
||||
FILE* fp;
|
||||
FILE* fp = NULL;
|
||||
PyCompilerFlags cf;
|
||||
int exists;
|
||||
struct stat s;
|
||||
|
|
Loading…
Reference in New Issue