Skip to content

community/freeimage: fix build with gcc14

znley requested to merge znley/aports:freeimage into master
Source/ZLib/gzread.c:35:15: error: \
implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
   35 |         ret = read(state->fd, buf + *have, get);
      |               ^~~~
      |               fread
Edited by znley

Merge request reports