mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
|
@ -175,7 +175,6 @@ xx_new(self, args)
|
|||
PyObject *self; /* Not used */
|
||||
PyObject *args;
|
||||
{
|
||||
int i, j;
|
||||
XxoObject *rv;
|
||||
|
||||
if (!PyArg_ParseTuple(args, ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue