[webkit-changes] [WebKit/WebKit] f7794a: Fix -Wunsafe-buffer-usage-in-libc-call warnings in...
Commit Queue
noreply at github.com
Thu Oct 31 21:47:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7794a9a8c7b42236cdba1ae0035997cbd277475
https://github.com/WebKit/WebKit/commit/f7794a9a8c7b42236cdba1ae0035997cbd277475
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M Source/WTF/Configurations/Base.xcconfig
M Source/WebCore/PAL/Configurations/Base.xcconfig
Log Message:
-----------
Fix -Wunsafe-buffer-usage-in-libc-call warnings in WTF & PAL
<https://bugs.webkit.org/show_bug.cgi?id=282425>
<rdar://139050679>
Unreviewed build fix for newer clang.
* Source/WTF/Configurations/Base.xcconfig:
(WARNING_CFLAGS):
* Source/WebCore/PAL/Configurations/Base.xcconfig:
(WARNING_CFLAGS):
- Add $(WK_NO_UNSAFE_BUFFER_USAGE_IN_LIBC_CALL) to disable warnings
about unsafe libc function calls.
Canonical link: https://commits.webkit.org/285995@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list