• Kevin Modzelewski's avatar
    -Werror=implicit-function-declaration · 949dfeb1
    Kevin Modzelewski authored
    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*.
    949dfeb1
objimpl.h 14.8 KB