Commit 62ff0737 authored by Stefan Behnel's avatar Stefan Behnel

Mark __Pyx_PyType_Ready() as (potentially) unused since it leads to warnings when using type specs.

parent 617a9592
......@@ -155,7 +155,8 @@ static int __Pyx_validate_bases_tuple(const char *type_name, Py_ssize_t dictoffs
/////////////// PyType_Ready.proto ///////////////
static int __Pyx_PyType_Ready(PyTypeObject *t);/*proto*/
// unused when using type specs
static CYTHON_UNUSED int __Pyx_PyType_Ready(PyTypeObject *t);/*proto*/
/////////////// PyType_Ready ///////////////
//@requires: ObjectHandling.c::PyObjectCallMethod0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment