[webkit-changes] [WebKit/WebKit] d45649: Work around -Wunsafe-buffer-usage warnings in mig-...
geoffreygaren
noreply at github.com
Sun Oct 27 09:03:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d45649fa32a499702c30474e94bd6843c4c67849
https://github.com/WebKit/WebKit/commit/d45649fa32a499702c30474e94bd6843c4c67849
Author: Geoffrey Garen <ggaren at apple.com>
Date: 2024-10-27 (Sun, 27 Oct 2024)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
Log Message:
-----------
Work around -Wunsafe-buffer-usage warnings in mig-generated files by invoking mig manually and post-processing the results
https://bugs.webkit.org/show_bug.cgi?id=282138
rdar://138704307
Reviewed by Keith Miller.
I considered passing extra compiler flags to Xcode's built-in Mig build step,
but that has no effect (rdar://138572990).
* Source/WTF/WTF.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/285743@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