Compiling errors for apng fixed
Merge request reports
Activity
Filter activity
If I'm looking at the GitHub right these commits still failed to build on the buildbots.
/home/travis/build/STJr/Kart-Public/src/apng.c:283:23: error: incompatible function pointer types assigning to 'apng_set_acTL_ptr' (aka 'unsigned long (*)(struct png_struct_def *, struct png_info_struct *, unsigned long, unsigned long)') from 'void (*)(png_structp, png_infop, apng_infop, png_uint_32, png_uint_32)' (aka 'void (*)(struct png_struct_def *, struct png_info_struct *, struct apng_info_def *, unsigned long, unsigned long)') [-Werror,-Wincompatible-function-pointer-types] ainfop->set_acTL_fn = &apng_set_acTL_dummy; ^ ~~~~~~~~~~~~~~~~~~~~
mentioned in commit a6315f89
mentioned in commit james/SRB2@7cd60a54
Please register or sign in to reply