Remove one more gcc -Wall warning.
This commit is contained in:
parent
4bbea05c4e
commit
4747a18ef9
|
@ -70,7 +70,8 @@ static PyObject *
|
||||||
dl_call(dlobject *xp, PyObject *args)
|
dl_call(dlobject *xp, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *name;
|
PyObject *name;
|
||||||
long (*func)();
|
long (*func)(long, long, long, long, long,
|
||||||
|
long, long, long, long, long);
|
||||||
long alist[10];
|
long alist[10];
|
||||||
long res;
|
long res;
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue