community/libretro-mupen64plus: fix build with gcc 14
Fix multiple build errors with gcc 14. ``` mupen64plus-core/subprojects/minizip/zip.c: In function 'zipOpenNewFileInZip4_64': mupen64plus-core/subprojects/minizip/zip.c:1249:28: error: assignment to 'const long unsigned int *' from incompatible pointer type 'con st z_crc_t *' {aka 'const unsigned int *'} [-Wincompatible-pointer-types] 1249 | zi->ci.pcrc_32_tab = get_crc_table(); | ^ ``` ``` custom/dependencies/libzlib/gzlib.c: In function 'gz_open': custom/dependencies/libzlib/gzlib.c:14:17: error: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 14 | # define LSEEK lseek | ^~~~~ custom/dependencies/libzlib/gzlib.c:256:24: note: in expansion of macro 'LSEEK' 256 | state->start = LSEEK(state->fd, 0, SEEK_CUR); | ^~~~~ ```
parent
8e00317f
No related branches found
No related tags found
Loading
Please register or sign in to comment