expose ziti_services_refresh() func #276
Annotations
2 errors and 8 warnings
Build NodeJS-SDK:
src/ziti_services_refresh.c#L33
‘TRUE’ undeclared (first use in this function)
|
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
passing argument 4 of ‘tlsuv_http_req_data’ from incompatible pointer type [-Wincompatible-pointer-types]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘long int’ [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/utils.h#L72
format ‘%lld’ expects argument of type ‘long long int’, but argument 8 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
|
Build NodeJS-SDK:
src/Ziti_https_request.c#L621
assignment to ‘tlsuv_http_body_cb’ {aka ‘void (*)(struct tlsuv_http_req_s *, char *, long int)’} from incompatible pointer type ‘void (*)(tlsuv_http_req_t *, const char *, ssize_t)’ {aka ‘void (*)(struct tlsuv_http_req_s *, const char *, long int)’} [-Wincompatible-pointer-types]
|
Loading