Kaydet (Commit) 5c3dd9a1 authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Issue #6368: Fixed unused variable warning on Unix.

üst e323e0e9
......@@ -2238,7 +2238,9 @@ file_init(PyObject *self, PyObject *args, PyObject *kwds)
char *mode = "r";
int bufsize = -1;
int wideargument = 0;
#ifdef MS_WINDOWS
PyObject *po;
#endif
assert(PyFile_Check(self));
if (foself->f_fp != NULL) {
......
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