Snippets for chromium 151.0.7922.108 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/chromium/151.0.7922.108/1.fc45/data/logs/aarch64/build.log.
-
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:186:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ShBuiltInResources' [-Wnontrivial-memcall] 186 | memset(resources, 0, sizeof(*resources)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:964:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ShCompileOptions' [-Wnontrivial-memcall] 964 | memset(this, 0, sizeof(*this)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:969:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'ShCompileOptions' [-Wnontrivial-memcall] 969 | memcpy(this, &other, sizeof(*this)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:973:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'ShCompileOptions' [-Wnontrivial-memcall] 973 | memcpy(this, &other, sizeof(*this)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:979:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ShBuiltInResources' [-Wnontrivial-memcall] 979 | memset(this, 0, sizeof(*this)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:984:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'ShBuiltInResources' [-Wnontrivial-memcall] 984 | memcpy(this, &other, sizeof(*this)); | ^ -
../../third_party/angle/src/compiler/translator/ShaderLang.cpp:988:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'ShBuiltInResources' [-Wnontrivial-memcall] 988 | memcpy(this, &other, sizeof(*this)); | ^ -
../../third_party/angle/src/libANGLE/GLES1Renderer.cpp:55:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gl::GLES1ShaderState' [-Wnontrivial-memcall] 55 | memcpy(this, &other, sizeof(GLES1ShaderState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:69:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'gl::RasterizerState' [-Wnontrivial-memcall] 69 | memset(this, 0, sizeof(RasterizerState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:90:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gl::RasterizerState' [-Wnontrivial-memcall] 90 | memcpy(this, &other, sizeof(RasterizerState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:95:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gl::RasterizerState' [-Wnontrivial-memcall] 95 | memcpy(this, &other, sizeof(RasterizerState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:111:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'gl::DepthStencilState' [-Wnontrivial-memcall] 111 | memset(this, 0, sizeof(DepthStencilState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:133:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gl::DepthStencilState' [-Wnontrivial-memcall] 133 | memcpy(this, &other, sizeof(DepthStencilState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:138:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gl::DepthStencilState' [-Wnontrivial-memcall] 138 | memcpy(this, &other, sizeof(DepthStencilState)); | ^ -
../../third_party/angle/src/libANGLE/angletypes.cpp:177:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'gl::SamplerState' [-Wnontrivial-memcall] 177 | memset(this, 0, sizeof(SamplerState)); | ^ -
../../third_party/wayland/src/cursor/xcursor.c:610:8: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 610 | char *colon = strchr(path, ':'); | ^ ~~~~~~~~~~~~~~~~~ -
../../third_party/angle/src/libANGLE/renderer/vulkan/ContextVk.cpp:3629:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'rx::CacheStats' [-Wnontrivial-memcall] 3629 | memset(mVulkanCacheStats.data(), 0, sizeof(CacheStats) * mVulkanCacheStats.size()); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp:2762:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'rx::vk::RenderPassDesc' [-Wnontrivial-memcall] 2762 | memset(this, 0, sizeof(RenderPassDesc)); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp:2769:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rx::vk::RenderPassDesc' [-Wnontrivial-memcall] 2769 | memcpy(this, &other, sizeof(RenderPassDesc)); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp:2892:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rx::vk::RenderPassDesc' [-Wnontrivial-memcall] 2892 | memcpy(this, &other, sizeof(RenderPassDesc)); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp:3221:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'rx::vk::GraphicsPipelineDesc' [-Wnontrivial-memcall] 3221 | memset(this, 0, sizeof(GraphicsPipelineDesc)); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_cache_utils.cpp:3233:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rx::vk::GraphicsPipelineDesc' [-Wnontrivial-memcall] 3233 | memcpy(this, &other, sizeof(*this)); | ^ -
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp:11973:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'SubresourceUpdate' [-Wnontrivial-memcall]
-
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp:11974:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rx::vk::ImageHelper::SubresourceUpdate' [-Wnontrivial-memcall]
-
../../third_party/angle/src/libANGLE/renderer/vulkan/vk_helpers.cpp:11975:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'SubresourceUpdate' [-Wnontrivial-memcall]
-
../../gpu/command_buffer/service/shader_translator_cache.h:67:26: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams' [-Wnontrivial-memcall] 67 | UNSAFE_TODO(memset(this, 0, sizeof(*this))); | ^ -
../../gpu/command_buffer/service/shader_translator_cache.h:76:26: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams' [-Wnontrivial-memcall] 76 | UNSAFE_TODO(memcpy(this, ¶ms, sizeof(*this))); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, blink::AtomicString>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::String' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../ui/accessibility/platform/inspect/ax_inspect_utils_auralinux.cc:44:9: warning: 'ATSPI_CHECK_VERSION' macro redefined [-Wmacro-redefined] 44 | #define ATSPI_CHECK_VERSION(major, minor, micro) \ | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::String' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::BMPImageReader>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ImageDecoder>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::BMPImageReader>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ImageDecoder>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, unsigned long>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'net::IPEndPoint' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, blink::String>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<const blink::SecurityOrigin>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'scoped_refptr<const blink::SecurityOrigin>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::BlinkSchemefulSite, blink::BlinkSchemefulSite>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::BlinkSchemefulSite, long>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, int>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, blink::AtomicString>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<scoped_refptr<const blink::SecurityOrigin>, unsigned short>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<scoped_refptr<const blink::SecurityOrigin>, blink::String>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<scoped_refptr<const blink::SecurityOrigin>, scoped_refptr<const blink::SecurityOrigin>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::HRTFElevation>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, scoped_refptr<blink::AudioBus>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::HRTFKernel>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<unsigned int, std::unique_ptr<blink::(anonymous namespace)::FFTSetup>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ReverbConvolver>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ReverbConvolverStage>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/geometry/length.h:160:24: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::Length' [-Wnontrivial-memcall] 160 | UNSAFE_TODO(memcpy(this, &length, sizeof(Length))); | ^ -
../../third_party/blink/renderer/platform/geometry/length.h:170:24: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::Length' [-Wnontrivial-memcall] 170 | UNSAFE_TODO(memcpy(this, &length, sizeof(Length))); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::AudioArray<float>>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::V8HistogramAccumulator::HistogramAndSum>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, scoped_refptr<blink::SecurityOrigin>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, blink::String>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::AtomicString' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'cppgc::internal::BasicMember<blink::ContextLifecycleObserver, cppgc::internal::UntracedMemberTag, cppgc::internal::NoWriteBarrierPolicy>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'cppgc::internal::BasicMember<blink::ContextLifecycleObserver, cppgc::internal::UntracedMemberTag, cppgc::internal::NoWriteBarrierPolicy>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, std::unique_ptr<blink::V8DOMActivityLogger>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::AtomicString' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/fonts/font_description.cc:81:22: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'FontDescription' [-Wnontrivial-memcall] 81 | UNSAFE_TODO(memset(&result, 0, sizeof(FontDescription))); | ^ -
../../third_party/blink/renderer/platform/fonts/font_description.cc:87:22: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::FontDescription' [-Wnontrivial-memcall] 87 | UNSAFE_TODO(memset(this, 0, sizeof(FontDescription))); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::PodArena::Chunk>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, std::unique_ptr<blink::GlyphMetricsMap<gfx::RectF>::GlyphMetricsPage>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<cppgc::internal::BasicCrossThreadPersistent<blink::AnimationWorkletMutator, cppgc::internal::StrongCrossThreadPersistentPolicy>, scoped_refptr<base::SingleThreadTaskRunner>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, std::unique_ptr<cc::AnimationWorkletInput>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<cc::AnimationWorkletOutput>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::unique_ptr<cc::AnimationWorkletOutput>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::String' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::GraphicsContextState>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'scoped_refptr<blink::XRWebGLDrawingBuffer::ColorBuffer>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::XRWebGLDrawingBuffer::ColorBuffer>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::DecoderCacheKey, std::unique_ptr<blink::DecoderCacheEntry>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::DecoderCacheKey' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::CacheEntry>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ScopedRasterTimer::AsyncGpuRasterTimer>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ScopedRasterTimer::AsyncGpuRasterTimer>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::SharedImageHolder>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'scoped_refptr<blink::DrawingBuffer::ColorBuffer>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::DrawingBuffer::ColorBuffer>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::DisplayItemList::IteratorWrapper<blink::UncheckedIterator<const blink::DisplayItemList::ItemSlot>, const blink::DisplayItem>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, std::pair<cppgc::internal::BasicCrossThreadPersistent<blink::PaintWorkletPainter, cppgc::internal::StrongCrossThreadPersistentPolicy>, scoped_refptr<base::SingleThreadTaskRunner>>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, std::unique_ptr<blink::JSONValue>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'blink::String' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::JSONValue>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<webrtc::TransformableVideoFrameInterface>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'std::unique_ptr<base::internal::CancelableCallbackImpl<base::OnceCallback<void ()>>>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<base::internal::CancelableCallbackImpl<base::OnceCallback<void ()>>>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<icu_78::BreakIterator>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<blink::String, blink::String>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, scoped_refptr<blink::LayoutLocale>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'std::pair<blink::AtomicString, icu_78::BreakIterator *>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<icu_78::BreakIterator *, blink::AtomicString>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<blink::AtomicString, icu_78::BreakIterator *>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'scoped_refptr<media::DecoderBuffer>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<media::DecoderBuffer>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, blink::SchemeRegistry::PolicyAreas>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'scoped_refptr<const blink::SecurityOrigin>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, scoped_refptr<blink::SecurityOrigin>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, const blink::HyphenatorLocaleData *>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<base::trace_event::MemoryAllocatorDump *, std::unique_ptr<blink::WebMemoryAllocatorDump>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<skia::SkiaTraceMemoryDumpImpl>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::RawData>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::MojoURLLoaderClient::DeferredMessage>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::NetworkStateNotifier::NetworkStateObserver *, scoped_refptr<base::SingleThreadTaskRunner>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<blink::StringView, blink::StringView>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<blink::ServerTimingHeader>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<scoped_refptr<blink::scheduler::NonMainThreadTaskQueue>, std::unique_ptr<base::sequence_manager::TaskQueue::QueueEnabledVoter>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<int, scoped_refptr<blink::scheduler::MainThreadTaskQueue>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<blink::scheduler::MainThreadTaskQueue *, base::sequence_manager::TaskQueue::QueueEnabledVoter *>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<scoped_refptr<blink::scheduler::MainThreadTaskQueue>, std::unique_ptr<base::sequence_manager::TaskQueue::QueueEnabledVoter>>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:292:29: warning: first argument in call to 'memmove' is a pointer to non-trivially copyable type 'std::pair<blink::scheduler::MainThreadTaskQueue *, base::sequence_manager::TaskQueue::QueueEnabledVoter *>' [-Wnontrivial-memcall] 292 | UNSAFE_TODO(memmove(dst, src, | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::BlobDataHandle>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:219:30: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'scoped_refptr<blink::BlobDataHandle>' [-Wnontrivial-memcall] 219 | UNSAFE_TODO(memset(begin, 0, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'scoped_refptr<blink::scheduler::WidgetSchedulerImpl>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::scheduler::MainThreadTaskQueue>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'scoped_refptr<blink::scheduler::MainThreadTaskQueue>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/core/css/css_selector.h:1049:25: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::CSSSelector' [-Wnontrivial-memcall] 1049 | UNSAFE_BUFFERS(memcpy(this, &o, sizeof(*this))); | ^ -
../../third_party/blink/renderer/core/css/css_selector.h:1050:25: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'CSSSelector' [-Wnontrivial-memcall] 1050 | UNSAFE_BUFFERS(memset(&o, 0, sizeof(o))); | ^ -
../../third_party/blink/renderer/core/css/css_selector.h:1118:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'CSSSelector' [-Wnontrivial-memcall] 1118 | memcpy(&a, &b, sizeof(CSSSelector)); | ^ -
../../third_party/blink/renderer/core/css/css_selector.h:1119:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'CSSSelector' [-Wnontrivial-memcall] 1119 | memcpy(&b, tmp, sizeof(CSSSelector)); | ^ -
../../third_party/blink/renderer/core/css/css_selector_list.h:81:16: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'blink::CSSSelectorList' [-Wnontrivial-memcall] 81 | memcpy(this, o.first_selector_, ComputeLength() * sizeof(CSSSelector))); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, blink::MathMLElement *(*)(blink::Document &, blink::CreateElementFlags)>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::AtomicString' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, blink::SVGElement *(*)(blink::Document &, blink::CreateElementFlags)>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'scoped_refptr<blink::TimingFunction>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, bool>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<blink::String, unsigned long>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::PropertyHandle' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/vector.h:246:28: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::unique_ptr<cc::KeyframeModel>' [-Wnontrivial-memcall] 246 | UNSAFE_TODO(memcpy(dst, src, bytes)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<cppgc::internal::BasicMember<blink::Node, cppgc::internal::UntracedMemberTag, cppgc::internal::NoWriteBarrierPolicy>, unsigned int>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::AtomicString, blink::HTMLElement *(*)(blink::Document &, blink::CreateElementFlags)>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^ -
../../third_party/blink/renderer/platform/wtf/hash_table.h:1154:14: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'blink::KeyValuePair<blink::String, unsigned int>' [-Wnontrivial-memcall] 1154 | memset(&bucket, 0, sizeof(bucket)); | ^