diff --git a/arrow/xlntpyarrow/xlntpyarrow.cpp b/arrow/xlntpyarrow/xlntpyarrow.cpp index 589afac0..6e188a95 100644 --- a/arrow/xlntpyarrow/xlntpyarrow.cpp +++ b/arrow/xlntpyarrow/xlntpyarrow.cpp @@ -84,7 +84,7 @@ PyDoc_STRVAR(xlntpyarrow_doc, "The xlntpyarrow module"); static PyModuleDef_Slot xlntpyarrow_slots[] = { - { Py_mod_exec, exec_xlntpyarrow }, + { Py_mod_exec, (void *)exec_xlntpyarrow }, { 0, NULL } };