Snippets for nodejs 26.3.1 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/nodejs26/26.3.1/5.fc45/data/logs/x86_64/build.log.
-
../../deps/v8/third_party/zlib/cpu_features.c:66:13: warning: unused function '_cpu_check_features' [-Wunused-function] 66 | 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:38772:30: warning: unused function 'utf16_length_from_utf8' [-Wunused-function]
-
../../deps/v8/third_party/simdutf/simdutf.cpp:54553:30: warning: unused function 'utf16_length_from_utf8' [-Wunused-function]
-
../../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_); | ^