mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
init_name_op(): add (void) to the argument list to make it a valid
prototype, for gcc -Wstrict-prototypes.
This commit is contained in:
parent
1400baa5d6
commit
0ba9e3ac27
1 changed files with 1 additions and 1 deletions
|
@ -1655,7 +1655,7 @@ instance_ipow(PyObject *v, PyObject *w, PyObject *z)
|
||||||
static PyObject **name_op = NULL;
|
static PyObject **name_op = NULL;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
init_name_op()
|
init_name_op(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *_name_op[] = {
|
char *_name_op[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue