Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53c6c56b9193c08a5ecc2d53ab2b31d23aa3f9bd
https://github.com/WebKit/WebKit/commit/53c6c56b9193c08a5ecc2d53ab2b31d23aa3f9bd
Author: Claudio Saavedra <[email protected]>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M Source/ThirdParty/skia/CMakeLists.txt
Log Message:
-----------
[Skia] Added -Wno-maybe-musttail-local-addr switch
https://bugs.webkit.org/show_bug.cgi?id=317997
Unreviewed build fix. GCC 15 (default on the Ubuntu 26.04 SDK) reports
hundreds of warnings for the Skia raster pipeline:
> skia/src/opts/SkRasterPipeline_opts.h:1628:31: warning: address of
> parameter 'base' can escape to 'musttail' call
> [-Wmaybe-musttail-local-addr]
* Source/ThirdParty/skia/CMakeLists.txt: Added -Wno-maybe-musttail-local-addr
switch.
Canonical link: https://commits.webkit.org/315955@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications