mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Remove one more gcc -Wall warning.
This commit is contained in:
parent
4bbea05c4e
commit
4747a18ef9
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue