HomeFreeBSD

*/*njs: fix build on FreeBSD 15

Description

*/*njs: fix build on FreeBSD 15

/usr/local/include/quickjs/quickjs.h:996:34: error: cast from 'JSCFunctionMagic *' (aka 'struct JSValue (*)(struct JSContext *, struct JSValue, int, struct JSValue *, int)') to 'JSCFunction *' (aka 'struct JSValue (*)(struct JSContext *, struct JSValue, int, struct JSValue *)') converts to incompatible function type [-Werror,-Wcast-function-type-mismatch]

996 |     return JS_NewCFunction2(ctx, (JSCFunction *)func, name, length, cproto, magic);
    |                                  ^~~~~~~~~~~~~~~~~~~

1 error generated.

Details

Provenance
osaAuthored on Sat, Dec 21, 8:00 PM
Parents
R11:391b7d80e1bd: net/aws-ec2-imdsv2-get: Update to 1.0.6
Branches
Unknown
Tags
Unknown