fix compiler warning

This commit is contained in:
Benjamin Peterson 2013-03-19 23:20:59 -05:00
parent 95dc8b5761
commit c6dc12484b
3 changed files with 270 additions and 246 deletions

File diff suppressed because it is too large Load diff

View file

@ -803,7 +803,7 @@ r_object(RFILE *p)
/* NULL is a valid return value, it does not necessarily means that
an exception is set. */
PyObject *v, *v2;
Py_ssize_t idx;
Py_ssize_t idx = 0;
long i, n;
int type = r_byte(p);
int flag;