Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b035254290edcbda5adb4063ad5380505c325e52
https://github.com/WebKit/WebKit/commit/b035254290edcbda5adb4063ad5380505c325e52
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-05-16 (Sat, 16 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
Log Message:
-----------
[GTK][WPE] Clang 22 is overly chatty about
-Wunsafe-buffer-usage-in-format-attr-call
https://bugs.webkit.org/show_bug.cgi?id=314914
Reviewed by Nikolas Zimmermann.
Pass -Wno-unsafe-buffer-usage-in-format-attr-call after -Wunsafe-buffer-usage,
to disable the specific warning related to usage of functions marked with
__attribute__((printf(...))) in cases where the compiler cannot deduce
that all passed strings are properly null-terminated. This avoids having
too many noisy warnings when building with Clang 22.x
* Source/JavaScriptCore/CMakeLists.txt:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/PAL/pal/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
Canonical link: https://commits.webkit.org/313356@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications