Snippets for nodejs 26.3.1 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/nodejs26/26.3.1/5.fc45/data/logs/aarch64/build.log.
-
../../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/libffi/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations] 328 | ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif)); | ^ -
../../deps/libffi/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations] 331 | ffi_java_ptrarray_to_raw (cif, avalue, raw); | ^ -
../../deps/libffi/src/dlmalloc.c:2942:33: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 2942 | used = fp - (m->topsize + TOP_FOOT_SIZE); | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3299:39: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3299 | chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3394:41: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3394 | init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3472:40: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3472 | asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3486:51: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3486 | asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3498:26: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3498 | asize < nb + TOP_FOOT_SIZE + SIZE_T_ONE) { | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3499:49: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3499 | size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3523:23: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3523 | size_t req = nb + TOP_FOOT_SIZE + SIZE_T_ONE; | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3536:43: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3536 | size_t asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3546:26: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3546 | if (ssize > nb + TOP_FOOT_SIZE) { | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3566:47: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3566 | init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3570:64: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3570 | init_top(m, mn, (size_t)((tbase + tsize) - (char*)mn) -TOP_FOOT_SIZE); | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3638:59: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3638 | if (!cinuse(p) && (char*)p + psize >= base + size - TOP_FOOT_SIZE) { | ^~~~~~~~~~~~~ -
../../deps/libffi/src/dlmalloc.c:3669:12: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wgnu-null-pointer-arithmetic] 3669 | pad += TOP_FOOT_SIZE; /* ensure enough room for segment overhead */ | ^~~~~~~~~~~~~ -
../../deps/ncrypto/ncrypto.h:306:37: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 306 | using RSAPointer = DeleteFnPtr<RSA, RSA_free>; | ^ -
../../deps/ncrypto/ncrypto.h:303:49: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations] 303 | using DeleteFnPtr = typename FunctionDeleter<T, function>::Pointer; | ^ -
../../deps/ncrypto/ncrypto.h:1131:19: warning: 'DH_free' is deprecated [-Wdeprecated-declarations] 1131 | DeleteFnPtr<DH, DH_free> dh_; | ^ -
../../deps/ncrypto/ncrypto.h:303:49: warning: 'DH_free' is deprecated [-Wdeprecated-declarations] 303 | using DeleteFnPtr = typename FunctionDeleter<T, function>::Pointer; | ^ -
../../deps/ncrypto/ncrypto.h:1475:23: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 1475 | DeleteFnPtr<EC_KEY, EC_KEY_free> key_; | ^ -
../../deps/ncrypto/ncrypto.h:303:49: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 303 | using DeleteFnPtr = typename FunctionDeleter<T, function>::Pointer; | ^ -
../../deps/ncrypto/ncrypto.h:1555:25: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 1555 | DeleteFnPtr<HMAC_CTX, HMAC_CTX_free> ctx_; | ^ -
../../deps/ncrypto/ncrypto.h:303:49: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 303 | using DeleteFnPtr = typename FunctionDeleter<T, function>::Pointer; | ^ -
../../deps/ncrypto/ncrypto.cc:499:10: warning: 'BN_is_prime_ex' is deprecated [-Wdeprecated-declarations] 499 | return BN_is_prime_ex(get(), nchecks, ctx.get(), cb.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:1388:13: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 1388 | Rsa rsa(EVP_PKEY_get0_RSA(pkey)); | ^ -
../../deps/ncrypto/ncrypto.cc:1401:11: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 1401 | Ec ec(EVP_PKEY_get0_EC_KEY(pkey)); | ^ -
../../deps/ncrypto/ncrypto.cc:1625:16: warning: 'DH_new' is deprecated [-Wdeprecated-declarations] 1625 | DHPointer dh(DH_new()); | ^ -
../../deps/ncrypto/ncrypto.cc:1628:7: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations] 1628 | if (DH_set0_pqg(dh.get(), p.get(), nullptr, g.get()) != 1) return {}; | ^ -
../../deps/ncrypto/ncrypto.cc:1642:16: warning: 'DH_new' is deprecated [-Wdeprecated-declarations] 1642 | DHPointer dh(DH_new()); | ^ -
../../deps/ncrypto/ncrypto.cc:1645:7: warning: 'DH_generate_parameters_ex' is deprecated [-Wdeprecated-declarations] 1645 | if (DH_generate_parameters_ex(dh.get(), bits, generator, nullptr) != 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:1656:7: warning: 'DH_check' is deprecated [-Wdeprecated-declarations] 1656 | if (DH_check(dh_.get(), &codes) != 1) | ^ -
../../deps/ncrypto/ncrypto.cc:1668:7: warning: 'DH_check_pub_key' is deprecated [-Wdeprecated-declarations] 1668 | if (DH_check_pub_key(dh_.get(), pub_key.get(), &codes) != 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:1688:3: warning: 'DH_get0_pqg' is deprecated [-Wdeprecated-declarations] 1688 | DH_get0_pqg(dh_.get(), &p, nullptr, nullptr); | ^ -
../../deps/ncrypto/ncrypto.cc:1695:3: warning: 'DH_get0_pqg' is deprecated [-Wdeprecated-declarations] 1695 | DH_get0_pqg(dh_.get(), nullptr, nullptr, &g); | ^ -
../../deps/ncrypto/ncrypto.cc:1702:3: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations] 1702 | DH_get0_key(dh_.get(), &pub_key, nullptr); | ^ -
../../deps/ncrypto/ncrypto.cc:1709:3: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations] 1709 | DH_get0_key(dh_.get(), nullptr, &pvt_key); | ^ -
../../deps/ncrypto/ncrypto.cc:1718:8: warning: 'DH_generate_key' is deprecated [-Wdeprecated-declarations] 1718 | if (!DH_generate_key(dh_.get())) return {}; | ^ -
../../deps/ncrypto/ncrypto.cc:1725:13: warning: 'DH_size' is deprecated [-Wdeprecated-declarations] 1725 | int ret = DH_size(dh_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:1739:7: warning: 'DH_compute_key' is deprecated [-Wdeprecated-declarations] 1739 | DH_compute_key(static_cast<uint8_t*>(dp.get()), peer.get(), dh_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:1756:7: warning: 'DH_set0_key' is deprecated [-Wdeprecated-declarations] 1756 | if (DH_set0_key(dh_.get(), key.get(), nullptr) == 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:1769:7: warning: 'DH_set0_key' is deprecated [-Wdeprecated-declarations] 1769 | if (DH_set0_key(dh_.get(), nullptr, key.get()) == 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:2203:7: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] 2203 | if (EVP_PKEY_assign_DH(key.get(), dh.get())) { | ^ -
../../deps/ncrypto/ncrypto.cc:2213:7: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] 2213 | if (EVP_PKEY_assign_RSA(key.get(), rsa.get())) { | ^ -
../../deps/ncrypto/ncrypto.cc:2355:10: warning: 'EVP_PKEY_assign' is deprecated [-Wdeprecated-declarations] 2355 | return EVP_PKEY_assign_EC_KEY(pkey_.get(), eckey.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2360:10: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated [-Wdeprecated-declarations] 2360 | return EVP_PKEY_set1_EC_KEY(pkey_.get(), eckey); | ^ -
../../deps/ncrypto/ncrypto.cc:2365:10: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2365 | return EVP_PKEY_get0_EC_KEY(pkey_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2626:24: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 2626 | const RSA* rsa = EVP_PKEY_get0_RSA(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2632:17: warning: 'PEM_write_bio_RSAPrivateKey' is deprecated [-Wdeprecated-declarations] 2632 | err = PEM_write_bio_RSAPrivateKey( | ^ -
../../deps/ncrypto/ncrypto.cc:2644:17: warning: 'i2d_RSAPrivateKey_bio' is deprecated [-Wdeprecated-declarations] 2644 | err = i2d_RSAPrivateKey_bio(bio.get(), rsa) != 1; | ^ -
../../deps/ncrypto/ncrypto.cc:2689:26: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated [-Wdeprecated-declarations] 2689 | const EC_KEY* ec = EVP_PKEY_get0_EC_KEY(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2695:17: warning: 'PEM_write_bio_ECPrivateKey' is deprecated [-Wdeprecated-declarations] 2695 | err = PEM_write_bio_ECPrivateKey( | ^ -
../../deps/ncrypto/ncrypto.cc:2707:17: warning: 'i2d_ECPrivateKey_bio' is deprecated [-Wdeprecated-declarations] 2707 | err = i2d_ECPrivateKey_bio(bio.get(), ec) != 1; | ^ -
../../deps/ncrypto/ncrypto.cc:2742:22: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 2742 | const RSA* rsa = EVP_PKEY_get0_RSA(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2748:11: warning: 'PEM_write_bio_RSAPublicKey' is deprecated [-Wdeprecated-declarations] 2748 | if (PEM_write_bio_RSAPublicKey(bio.get(), rsa) != 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:2756:9: warning: 'i2d_RSAPublicKey_bio' is deprecated [-Wdeprecated-declarations] 2756 | if (i2d_RSAPublicKey_bio(bio.get(), rsa) != 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:2833:26: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations] 2833 | const DSA* dsa_key = EVP_PKEY_get0_DSA(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2835:39: warning: 'DSA_get0_q' is deprecated [-Wdeprecated-declarations] 2835 | bits = BignumPointer::GetBitCount(DSA_get0_q(dsa_key)); | ^ -
../../deps/ncrypto/ncrypto.cc:2853:11: warning: 'EVP_PKEY_get0_RSA' is deprecated [-Wdeprecated-declarations] 2853 | rsa = EVP_PKEY_get0_RSA(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2855:41: warning: 'EVP_PKEY_get0' is deprecated [-Wdeprecated-declarations] 2855 | rsa = static_cast<OSSL3_CONST RSA*>(EVP_PKEY_get0(get())); | ^ -
../../deps/ncrypto/ncrypto.cc:2865:26: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations] 2865 | OSSL3_CONST DSA* dsa = EVP_PKEY_get0_DSA(get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2878:22: warning: 'EVP_PKEY_get0_DSA' is deprecated [-Wdeprecated-declarations] 2878 | const DSA* dsa = EVP_PKEY_get0_DSA(pkey_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:2881:5: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] 2881 | DSA_get0_pqg(dsa, &p, &q, nullptr); | ^ -
../../deps/ncrypto/ncrypto.cc:3616:23: warning: 'EC_KEY_dup' is deprecated [-Wdeprecated-declarations] 3616 | return ECKeyPointer(EC_KEY_dup(key_.get())); | ^ -
../../deps/ncrypto/ncrypto.cc:3621:10: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations] 3621 | return EC_KEY_generate_key(key_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:3626:10: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 3626 | return EC_KEY_set_public_key(key_.get(), pub.get()) == 1; | ^ -
../../deps/ncrypto/ncrypto.cc:3632:27: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3632 | const EC_GROUP* group = EC_KEY_get0_group(key_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:3645:12: warning: 'EC_KEY_set_public_key_affine_coordinates' is deprecated [-Wdeprecated-declarations] 3645 | return EC_KEY_set_public_key_affine_coordinates( | ^ -
../../deps/ncrypto/ncrypto.cc:3663:10: warning: 'EC_KEY_set_public_key' is deprecated [-Wdeprecated-declarations] 3663 | return EC_KEY_set_public_key(key_.get(), point.get()) == 1; | ^ -
../../deps/ncrypto/ncrypto.cc:3668:10: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations] 3668 | return EC_KEY_set_private_key(key_.get(), priv.get()) == 1; | ^ -
../../deps/ncrypto/ncrypto.cc:3677:10: warning: 'EC_KEY_get0_private_key' is deprecated [-Wdeprecated-declarations] 3677 | return EC_KEY_get0_private_key(key); | ^ -
../../deps/ncrypto/ncrypto.cc:3686:10: warning: 'EC_KEY_get0_public_key' is deprecated [-Wdeprecated-declarations] 3686 | return EC_KEY_get0_public_key(key); | ^ -
../../deps/ncrypto/ncrypto.cc:3695:10: warning: 'EC_KEY_get0_group' is deprecated [-Wdeprecated-declarations] 3695 | return EC_KEY_get0_group(key); | ^ -
../../deps/ncrypto/ncrypto.cc:3704:10: warning: 'EC_KEY_check_key' is deprecated [-Wdeprecated-declarations] 3704 | return EC_KEY_check_key(key) == 1; | ^ -
../../deps/ncrypto/ncrypto.cc:3713:23: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations] 3713 | return ECKeyPointer(EC_KEY_new_by_curve_name(nid)); | ^ -
../../deps/ncrypto/ncrypto.cc:3717:27: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations] 3717 | auto ptr = ECKeyPointer(EC_KEY_new()); | ^ -
../../deps/ncrypto/ncrypto.cc:3719:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations] 3719 | if (!EC_KEY_set_group(ptr.get(), group)) return {}; | ^ -
../../deps/ncrypto/ncrypto.cc:3856:7: warning: 'EVP_PKEY_CTX_set_rsa_keygen_pubexp' is deprecated [-Wdeprecated-declarations] 3856 | if (EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx_.get(), e.get()) == 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:3915:52: warning: 'EVP_MD_CTX_md' is deprecated [-Wdeprecated-declarations] 3915 | return EVP_PKEY_CTX_set_signature_md(ctx_.get(), EVP_MD_CTX_md(md.get())) == | ^ -
../../deps/ncrypto/ncrypto.cc:4112:3: warning: 'RSA_get0_key' is deprecated [-Wdeprecated-declarations] 4112 | RSA_get0_key(rsa_, &key.n, &key.e, &key.d); | ^ -
../../deps/ncrypto/ncrypto.cc:4119:3: warning: 'RSA_get0_factors' is deprecated [-Wdeprecated-declarations] 4119 | RSA_get0_factors(rsa_, &key.p, &key.q); | ^ -
../../deps/ncrypto/ncrypto.cc:4120:3: warning: 'RSA_get0_crt_params' is deprecated [-Wdeprecated-declarations] 4120 | RSA_get0_crt_params(rsa_, &key.dp, &key.dq, &key.qi); | ^ -
../../deps/ncrypto/ncrypto.cc:4126:34: warning: 'RSA_get0_pss_params' is deprecated [-Wdeprecated-declarations] 4126 | const RSA_PSS_PARAMS* params = RSA_get0_pss_params(rsa_); | ^ -
../../deps/ncrypto/ncrypto.cc:4161:7: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] 4161 | if (RSA_set0_key(const_cast<RSA*>(rsa_), n.get(), e.get(), nullptr) == 1) { | ^ -
../../deps/ncrypto/ncrypto.cc:4175:8: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations] 4175 | if (!RSA_set0_key(const_cast<RSA*>(rsa_), nullptr, nullptr, d.get())) { | ^ -
../../deps/ncrypto/ncrypto.cc:4180:8: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations] 4180 | if (!RSA_set0_factors(const_cast<RSA*>(rsa_), p.get(), q.get())) { | ^ -
../../deps/ncrypto/ncrypto.cc:4186:8: warning: 'RSA_set0_crt_params' is deprecated [-Wdeprecated-declarations] 4186 | if (!RSA_set0_crt_params( | ^ -
../../deps/ncrypto/ncrypto.cc:4425:10: warning: 'EVP_MD_CTX_md' is deprecated [-Wdeprecated-declarations] 4425 | return EVP_MD_CTX_md(ctx_.get()); | ^ -
../../deps/ncrypto/ncrypto.cc:4659:10: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations] 4659 | return HMAC_Init_ex(ctx_.get(), buf.data, buf.len, md_ptr, nullptr) == 1; | ^ -
../../deps/ncrypto/ncrypto.cc:4664:10: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations] 4664 | return HMAC_Update(ctx_.get(), | ^ -
../../deps/ncrypto/ncrypto.cc:4681:8: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations] 4681 | if (!HMAC_Final(ctx_.get(), static_cast<unsigned char*>(buf->data), &len)) { | ^ -
../../deps/ncrypto/ncrypto.cc:4689:25: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations] 4689 | return HMACCtxPointer(HMAC_CTX_new()); | ^ -
../../deps/ncrypto/ncrypto.cc:4887:3: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] 4887 | DSA_get0_pqg(dsa_, &p, nullptr, nullptr); | ^ -
../../deps/ncrypto/ncrypto.cc:4894:3: warning: 'DSA_get0_pqg' is deprecated [-Wdeprecated-declarations] 4894 | DSA_get0_pqg(dsa_, nullptr, &q, nullptr); | ^ -
../../deps/ncrypto/ncrypto.h:298:39: warning: 'DH_free' is deprecated [-Wdeprecated-declarations] 298 | void operator()(T* pointer) const { function(pointer); } | ^ -
../../deps/ncrypto/ncrypto.h:298:39: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations] 298 | void operator()(T* pointer) const { function(pointer); } | ^ -
../../deps/ncrypto/ncrypto.h:298:39: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations] 298 | void operator()(T* pointer) const { function(pointer); } | ^ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:104:20: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 104 | return (cp >= LEAD_SURROGATE_MIN && cp <= LEAD_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:104:48: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 104 | return (cp >= LEAD_SURROGATE_MIN && cp <= LEAD_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:109:20: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 109 | return (cp >= TRAIL_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:109:49: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 109 | return (cp >= TRAIL_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:114:20: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 114 | return (cp >= LEAD_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:114:48: warning: comparing values of different Unicode code unit types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') may compare different code points [-Wcharacter-conversion] 114 | return (cp >= LEAD_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX); | ~~ ^ ~~~~~~~~~~~~~~~~~~~ -
../../deps/LIEF/include/LIEF/third-party/internal/utfcpp/utf8/core.h:330:77: warning: arithmetic between different Unicode character types 'utfchar32_t' (aka 'char32_t') and 'utfchar16_t' (aka 'char16_t') [-Wcharacter-conversion] 330 | code_point = static_cast<utfchar32_t>(first_word << 10) + second_word + SURROGATE_OFFSET; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
../../deps/v8/src/wasm/wasm-code-manager.h:775:17: warning: 'atomic_load<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 775 | return std::atomic_load(&wire_bytes_)->as_vector(); | ^ -
../../deps/v8/src/wasm/wasm-code-manager.h:822:28: warning: 'atomic_load<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 822 | auto wire_bytes = std::atomic_load(&wire_bytes_); | ^ -
../../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) { | ^~~~~~~~ -
../../deps/v8/src/wasm/wasm-code-manager.cc:1945:17: warning: 'atomic_load<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 1945 | return std::atomic_load(&wire_bytes_) | ^ -
../../deps/v8/src/wasm/wasm-code-manager.cc:1952:14: warning: 'atomic_load<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 1952 | std::atomic_load(&wire_bytes_)->as_vector()); | ^ -
../../deps/v8/src/wasm/wasm-code-manager.cc:1963:8: warning: 'atomic_store<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 1963 | std::atomic_store(&wire_bytes_, shared_wire_bytes); | ^ -
../../deps/v8/src/wasm/wasm-code-manager.cc:2911:12: warning: 'atomic_load<v8::base::OwnedVector<const unsigned char>>' is deprecated: use 'std::atomic<std::shared_ptr<T>>' instead [-Wdeprecated-declarations] 2911 | std::atomic_load(&wire_bytes_); | ^