Snippets for nodejs 26.8.1 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/pymwrmajli2wc0lcpi9f873xdrf808bw-nodejs-slim-26.8.1.drv.
-
../../deps/v8/third_party/zlib/cpu_features.c:106:13: warning: unused function '_cpu_check_features' [-Wunused-function] 106 | static void _cpu_check_features(void) | ^~~~~~~~~~~~~~~~~~~ -
../../deps/v8/third_party/simdutf/simdutf.cpp:13596:28: warning: unused function 'low_surrogate' [-Wunused-function]
-
../../deps/v8/third_party/simdutf/simdutf.cpp:14446:15: warning: unused function 'tail_encode_base64' [-Wunused-function]
-
../../deps/v8/third_party/simdutf/simdutf.cpp:25086:30: warning: unused function 'count_code_points_bytemask' [-Wunused-function]
-
../../deps/v8/src/objects/js-temporal-zoneinfo64.h:41:16: warning: private field 'memory' is not used [-Wunused-private-field] 41 | UDataMemory* memory; | ^ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:511:13: warning: 'static' function 'Populate' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] 511 | static void Populate(HeapType* unfinished_type, const WasmModule* module) { | ^~~~~~~~ -
../../deps/v8/src/wasm/function-body-decoder-impl.h:520:13: warning: 'static' function 'Populate' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] 520 | static void Populate(ValueType* unfinished_type, const WasmModule* module) { | ^~~~~~~~ -
../../src/cares_wrap.cc:244:16: warning: 'ares_parse_a_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 244 | status = ares_parse_a_reply(buf, | ^ -
../../src/cares_wrap.cc:251:16: warning: 'ares_parse_aaaa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 251 | status = ares_parse_aaaa_reply(buf, | ^ -
../../src/cares_wrap.cc:258:16: warning: 'ares_parse_ns_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 258 | status = ares_parse_ns_reply(buf, len, &host); | ^ -
../../src/cares_wrap.cc:261:16: warning: 'ares_parse_ptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 261 | status = ares_parse_ptr_reply(buf, len, nullptr, 0, AF_INET, &host); | ^ -
../../src/cares_wrap.cc:337:16: warning: 'ares_parse_mx_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 337 | int status = ares_parse_mx_reply(buf, len, &mx_start); | ^ -
../../src/cares_wrap.cc:383:16: warning: 'ares_parse_caa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 383 | int status = ares_parse_caa_reply(buf, len, &caa_start); | ^ -
../../src/cares_wrap.cc:511:16: warning: 'ares_parse_txt_reply_ext' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 511 | int status = ares_parse_txt_reply_ext(buf, len, &txt_out); | ^ -
../../src/cares_wrap.cc:598:16: warning: 'ares_parse_srv_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 598 | int status = ares_parse_srv_reply(buf, len, &srv_start); | ^ -
../../src/cares_wrap.cc:653:16: warning: 'ares_parse_naptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 653 | int status = ares_parse_naptr_reply(buf, len, &naptr_start); | ^ -
../../src/cares_wrap.cc:1001:3: warning: 'ares_get_servers_ports' is deprecated: Use ares_get_servers_csv instead [-Wdeprecated-declarations] 1001 | ares_get_servers_ports(channel_, &servers); | ^ -
../../src/cares_wrap.cc:1712:16: warning: 'ares_parse_soa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 1712 | int status = ares_parse_soa_reply(buf, len, &soa_out); | ^ -
../../src/cares_wrap.cc:2093:11: warning: 'ares_get_servers_ports' is deprecated: Use ares_get_servers_csv instead [-Wdeprecated-declarations] 2093 | int r = ares_get_servers_ports(channel->cares_channel(), &servers); | ^ -
../../src/cares_wrap.cc:2138:14: warning: 'ares_set_servers' is deprecated: Use ares_set_servers_csv instead [-Wdeprecated-declarations] 2138 | int rv = ares_set_servers(channel->cares_channel(), nullptr); | ^ -
../../src/cares_wrap.cc:2198:11: warning: 'ares_set_servers_ports' is deprecated: Use ares_set_servers_ports_csv instead [-Wdeprecated-declarations] 2198 | err = ares_set_servers_ports(channel->cares_channel(), servers.data()); | ^