mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
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)
|
||||
{
|
||||
PyObject *name;
|
||||
long (*func)();
|
||||
long (*func)(long, long, long, long, long,
|
||||
long, long, long, long, long);
|
||||
long alist[10];
|
||||
long res;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user