zrok support; update c-sdk to 0.36.9 #271
Annotations
3 errors and 11 warnings
Build NodeJS-SDK:
src/ziti_dial.c#L331
implicit declaration of function 'ziti_set_timeout' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
Build NodeJS-SDK:
src/ziti_init.c#L97
implicit declaration of function 'ziti_set_timeout' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
Build NodeJS-SDK
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build NodeJS-SDK:
src/Ziti_https_request_data.c#L230
incompatible function pointer types passing 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') to parameter of type 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') [-Wincompatible-function-pointer-types]
|
Build NodeJS-SDK:
src/Ziti_https_request_data.c#L230
incompatible function pointer types passing 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') to parameter of type 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') [-Wincompatible-function-pointer-types]
|
Build NodeJS-SDK:
build/include/build_config.h#L1
'ZITI_VERSION' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
build/include/build_config.h#L2
'ZITI_COMMIT' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
build/include/build_config.h#L1
'ZITI_VERSION' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
build/include/build_config.h#L2
'ZITI_COMMIT' macro redefined [-Wmacro-redefined]
|
Build NodeJS-SDK:
src/ziti_enroll.c#L134
passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
Build NodeJS-SDK:
src/ziti_enroll.c#L134
passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
Build NodeJS-SDK:
src/Ziti_https_request.c#L621
incompatible function pointer types assigning to 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') from 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') [-Wincompatible-function-pointer-types]
|
Build NodeJS-SDK:
src/Ziti_https_request.c#L621
incompatible function pointer types assigning to 'tlsuv_http_body_cb' (aka 'void (*)(struct tlsuv_http_req_s *, char *, long)') from 'void (tlsuv_http_req_t *, const char *, ssize_t)' (aka 'void (struct tlsuv_http_req_s *, const char *, long)') [-Wincompatible-function-pointer-types]
|
Loading