X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fpython.c;h=c7524143424aecbb87fa3c037eabb9f8fee5016a;hp=9d732772d9c77167fde1297df2886ef87e0d1ab5;hb=1fc00932fd49fa535551cc4bba09c4e4be059ab4;hpb=9de86bc9ce5961281632944a04efbc2314828a2f diff --git a/src/python.c b/src/python.c index 9d732772..c7524143 100644 --- a/src/python.c +++ b/src/python.c @@ -1063,7 +1063,7 @@ PyMODINIT_FUNC PyInit_collectd(void) { } #endif -static int cpy_init_python() { +static int cpy_init_python(void) { PyObject *sys; PyObject *module;