Commit 0ba9e3ac authored by Guido van Rossum's avatar Guido van Rossum

init_name_op(): add (void) to the argument list to make it a valid

prototype, for gcc -Wstrict-prototypes.
parent 1400baa5
......@@ -1655,7 +1655,7 @@ instance_ipow(PyObject *v, PyObject *w, PyObject *z)
static PyObject **name_op = NULL;
static int
init_name_op()
init_name_op(void)
{
int i;
char *_name_op[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment