HomeFreeBSD

lang/gforth: try to fix another warning-becomes-error with GCC 14

Description

lang/gforth: try to fix another warning-becomes-error with GCC 14

Old gforth_callback_ffcall() signature looks dubious and does not
match the API of `devel/libffcall' [-Wincompatible-pointer-types]:

callback.h:58:35: note: expected 'callback_function_t' {aka

'void (*)(void *, struct vacall_alist *)'} but argument is of

type 'void (*)(void ***, void *)'

PR: 281238

Details

Provenance
danfeAuthored on Sat, Nov 16, 6:07 AM
Parents
R11:7bc7cd6875f3: net/gotify-server: update to 2.6.0
Branches
Unknown
Tags
Unknown