mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
cast python function pointer to void pointer to avoid error
This commit is contained in:
parent
80fb2a6e29
commit
2aeec48b73
|
@ -84,7 +84,7 @@ PyDoc_STRVAR(xlntpyarrow_doc, "The xlntpyarrow module");
|
||||||
|
|
||||||
static PyModuleDef_Slot xlntpyarrow_slots[] =
|
static PyModuleDef_Slot xlntpyarrow_slots[] =
|
||||||
{
|
{
|
||||||
{ Py_mod_exec, exec_xlntpyarrow },
|
{ Py_mod_exec, (void *)exec_xlntpyarrow },
|
||||||
{ 0, NULL }
|
{ 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user