You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That would be too much of a refactor to do this at the moment (not even sure how I will handle that)... I can repro in godbolt, but Apple clang seems to be more compliant than gcc! Is it working on your side if you add "-Wno-incompatible-pointer-types" in the extra_compile_args?
With GCC 15, function declarations with no parameters can no longer be used for functions that take parameters.
As a result,
pyo
fails to build from source with GCC 15 with the following error:The text was updated successfully, but these errors were encountered: