Skip to content

community/afpfs-ng: fix build with gcc 14

Jingyun Hua requested to merge huajingyun01/aports:afpfs-ng into master

Fix:

afp.c: In function 'afp_server_connect':
afp.c:668:9: error: implicit declaration of function 'afp_server_identify'; did you mean 'afp_server_destroy'? [-Wimplicit-function-declaration]
  668 |         afp_server_identify(server);
      |         ^~~~~~~~~~~~~~~~~~~
      |         afp_server_destroy

Merge request reports