X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fpython.c;h=c7524143424aecbb87fa3c037eabb9f8fee5016a;hb=3d7453f6c3a13dc49e9ed6dd6d7a19202a3b087e;hp=9d732772d9c77167fde1297df2886ef87e0d1ab5;hpb=2bda2a5648c87a2c5b8304238cd80ff17984c5cd;p=collectd.git 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;