Fix compiler warning.

This commit is contained in:
Thomas Heller 2006-03-16 19:34:56 +00:00
parent 4c9dfc86f3
commit b2167614f8
1 changed files with 1 additions and 1 deletions

View File

@ -3017,7 +3017,7 @@ CFuncPtr_call(CFuncPtrObject *self, PyObject *inargs, PyObject *kwds)
int inoutmask;
int outmask;
int numretvals;
unsigned int numretvals;
assert(dict); /* if not, it's a bug */
restype = self->restype ? self->restype : dict->restype;