Bug 269508 - v2: Fix warnings found by compiling with -Wformat in open source clang-17
Summary: v2: Fix warnings found by compiling with -Wformat in open source clang-17
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 246485
Blocks:
  Show dependency treegraph
 
Reported: 2024-02-15 14:05 PST by David Kilzer (:ddkilzer)
Modified: 2024-02-15 14:52 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-02-15 14:05:43 PST
v2: Fix warnings found by compiling with -Wformat in open source clang-17.

Sadly, `-Wformat=2` with older clang versions don't catch these yet, so we keep having to fix them as follow-ups.

Regressed with:

    Add support for loading and connecting the Web Extension devtools background page.
    https://webkit.org/b/246485
    rdar://problem/114823326
    https://commits.webkit.org/274506@main
Comment 1 Radar WebKit Bug Importer 2024-02-15 14:06:37 PST
<rdar://problem/123036201>
Comment 2 David Kilzer (:ddkilzer) 2024-02-15 14:08:15 PST
Pull request: https://github.com/WebKit/WebKit/pull/24546
Comment 3 EWS 2024-02-15 14:52:19 PST
Committed 274768@main (f7cc294d5720): <https://commits.webkit.org/274768@main>

Reviewed commits have been landed. Closing PR #24546 and removing active labels.