Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a7f34d44b95421cc16b2c11995c2a2184298f3c1 https://github.com/WebKit/WebKit/commit/a7f34d44b95421cc16b2c11995c2a2184298f3c1 Author: Fujii Hironori <hironori.fu...@sony.com> Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths: M Source/ThirdParty/skia/CMakeLists.txt Log Message: ----------- [Skia] Added -Wno-nontrivial-memcall switch https://bugs.webkit.org/show_bug.cgi?id=290512 Unreviewed build fix. clang-cl v20.1 reported warnings for Windows Skia port. > skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h(93,20): warning: > first argument in call to 'memcpy' is a pointer to non-trivially copyable > type > 'skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack' > [-Wnontrivial-memcall] > 93 | memcpy(this, &that, sizeof(*this)); > | ^ * Source/ThirdParty/skia/CMakeLists.txt: Added -Wno-nontrivial-memcall switch. Canonical link: https://commits.webkit.org/292783@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes