Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94043d8f91381b3bb6f9daff9d9df5a0a1313cc6
https://github.com/WebKit/WebKit/commit/94043d8f91381b3bb6f9daff9d9df5a0a1313cc6
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-05-18 (Mon, 18 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:
-----------
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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications