Bug 232359 - Web Inspector: Enable -Wformat=2 warnings
Summary: Web Inspector: Enable -Wformat=2 warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-26 19:16 PDT by David Kilzer (:ddkilzer)
Modified: 2021-10-29 08:52 PDT (History)
6 users (show)

See Also:


Attachments
Patch v1 (1.87 KB, patch)
2021-10-26 19:19 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2021-10-26 19:16:36 PDT
Enable -Wformat=2 warnings in WebInspectorUI project.

There are no warnings to fix with this change.  This is simply to keep warning flags in sync with other WebKit projects.
Comment 1 Radar WebKit Bug Importer 2021-10-26 19:16:46 PDT
<rdar://problem/84691442>
Comment 2 David Kilzer (:ddkilzer) 2021-10-26 19:19:07 PDT
Created attachment 442556 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2021-10-27 16:36:28 PDT
Super easy patch to review.  Only changes a switch in WARNING_CFLAGS.

Ignore any test errors as those are undiagnosed flaky tests since this doesn't have any code changes.  :)
Comment 4 EWS 2021-10-29 08:52:45 PDT
Committed r285031 (243675@main): <https://commits.webkit.org/243675@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442556 [details].