Commit Graph

1 Commits

Author SHA1 Message Date
Miro Hrončok
ba710e631b Disable GCC warnings/errors about wrong self casts in final function calls
Numerous packages fail to build due to -Werror=incompatible-pointer-types
being the default in Fedora 40+.

The code is generated by Cython. No known fix at this time,
so better to disable the warning here than in each individual package.
2024-03-02 22:07:10 +01:00