Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: aa6b0c5cfb5c3da7bae94e8350c4671e404252c2
https://github.com/WebKit/WebKit/commit/aa6b0c5cfb5c3da7bae94e8350c4671e404252c2
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/WTF/wtf/CMakeLists.txt
M Source/WebCore/CMakeLists.txt
M Source/WebCore/PAL/pal/CMakeLists.txt
M Source/WebKit/CMakeLists.txt
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
M Source/cmake/WebKitCompilerFlags.cmake
M Source/cmake/WebKitMacros.cmake
Log Message:
-----------
Cherry-pick 313465@main (94043d8f9138).
https://bugs.webkit.org/show_bug.cgi?id=315007
REGRESSION(313391@main): [WPE][GTK] Building with Clang-22 produces too
many warnings again
https://bugs.webkit.org/show_bug.cgi?id=315007
Reviewed by Michael Catanzaro.
Introduce the WEBKIT_UNSAFE_BUFFER_WARNING_FLAGS variable and the
accompanying
WEBKIT_ADD_TARGET_UNSAFE_BUFFER_WARNINGS() macro that applies the contents
of
the variable to a target when the ENABLE_UNSAFE_BUFFER_USAGE_WARNING option
is
set. This way all compiler flags related to unsafe buffer usage are held in
the
same variable, which Options{WPE,GTK}.cmake can override, and they are
applied
all together to targets.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/PAL/pal/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
* Source/cmake/WebKitCompilerFlags.cmake:
* Source/cmake/WebKitMacros.cmake:
Canonical link: https://commits.webkit.org/313465@main
Canonical link: https://commits.webkit.org/305877.546@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications