[webkit-changes] [WebKit/WebKit] f7cc29: v2: Fix warnings found by compiling with -Wformat ...
Commit Queue
noreply at github.com
Thu Feb 15 14:52:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7cc294d57203b2d325c37b13c8958cf8ffd294b
https://github.com/WebKit/WebKit/commit/f7cc294d57203b2d325c37b13c8958cf8ffd294b
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-02-15 (Thu, 15 Feb 2024)
Changed paths:
M Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionContextCocoa.mm
Log Message:
-----------
v2: Fix warnings found by compiling with -Wformat in open source clang-17
https://bugs.webkit.org/show_bug.cgi?id=269508
<rdar://123036201>
Reviewed by Timothy Hatcher and Chris Dumez.
* Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionContextCocoa.mm:
(WebKit::WebExtensionContext::loadInspectorBackgroundPage):
(WebKit::WebExtensionContext::unloadInspectorBackgroundPage):
- Add enumToUnderlyingType() to fix the warnings.
Canonical link: https://commits.webkit.org/274768@main
More information about the webkit-changes
mailing list