-Werror=implicit-function-declaration
Amazingly, cffi compiled just fine with some missing function declarations. It provided implicit definitions for them and then casted the "int" return type up to a PyObject*.
Showing
Please register or sign in to comment