mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
xmlparse_ExternalEntityParserCreate(): Add required cast to return to
avoid compiler warnings.
This commit is contained in:
parent
46e13027a8
commit
28adf52b06
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ xmlparse_ExternalEntityParserCreate(xmlparseobject *self, PyObject *args)
|
|||
}
|
||||
}
|
||||
|
||||
return new_parser;
|
||||
return (PyObject *)new_parser;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue