ba710e6 Disable GCC warnings/errors about wrong self casts in final function calls

Authored and Committed by churchyard 2 months ago
    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.
    
        
file added
+64
file modified
+4 -0