mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Peter Schneider-Kamp <nowonder@nowonder.de>:
Remove some of GCC's warning in -Wstrict-prototypes mode. This closes SourceForge patch #101342.
This commit is contained in:
parent
562f62aa9b
commit
8ce159aef5
4 changed files with 12 additions and 18 deletions
|
@ -788,9 +788,7 @@ static char pop_doc [] =
|
|||
Return the i-th element and delete it from the array. i defaults to -1.";
|
||||
|
||||
static PyObject *
|
||||
array_extend(self, args)
|
||||
arrayobject *self;
|
||||
PyObject *args;
|
||||
array_extend(arrayobject *self, PyObject *args)
|
||||
{
|
||||
int size;
|
||||
PyObject *bb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue