Skip to content

Commit c52a25a

Browse files
committed
Avoid warning
1 parent 5b0cd4f commit c52a25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/xxlimited.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ PyABIInfo_VAR(abi_info);
639639
static PySlot xx_slots[] = {
640640
/* Basic metadata */
641641
PySlot_STATIC_DATA(Py_mod_name, "xxlimited"),
642-
PySlot_STATIC_DATA(Py_mod_doc, module_doc),
642+
PySlot_STATIC_DATA(Py_mod_doc, (void*)module_doc),
643643
PySlot_DATA(Py_mod_abi, &abi_info),
644644

645645
/* The method table */

0 commit comments

Comments
 (0)