Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f4ab08820e94e051aaacc2156b06341974c9b27d
https://github.com/WebKit/WebKit/commit/f4ab08820e94e051aaacc2156b06341974c9b27d
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-05-13 (Wed, 13 May 2026)
Changed paths:
M Source/cmake/WebKitCompilerFlags.cmake
Log Message:
-----------
[GTK][WPE] Fix build with gcc-15 (incorrect stringop-overflow warning)
https://bugs.webkit.org/show_bug.cgi?id=314758
Reviewed by Patrick Griffis.
gcc-15 incorrectly warns about stringop-overflow issues in the code,
https://bugs.webkit.org/show_bug.cgi?id=240596 already suppressed the
warning for C++ source files, but not C source files -- broaden the scope.
Necessary to build WebKit in the upcoming Ubuntu 26.04 based SDK.
* Source/cmake/WebKitCompilerFlags.cmake:
Canonical link: https://commits.webkit.org/313200@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications