Bug 225137

Summary: Suppress warnings for %{private}s format specifier
Product: WebKit Reporter: Basuke Suzuki <basuke>
Component: PlatformAssignee: Basuke Suzuki <basuke>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, basuke, benjamin, cdumez, cmarcelo, ews-watchlist, fishd, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=207478
Attachments:
Description Flags
PATCH
none
PATCH none

Basuke Suzuki
Reported 2021-04-27 21:21:13 PDT
../../Source/WebKit\NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:3618:170: warning: using 'private' format specifier annotation outside of os_log()/os_trace() [-Wformat] RELEASE_LOG_ERROR_IF_ALLOWED(m_sessionID, "%p - ResourceLoadStatisticsDatabaseStore::markAttributedPrivateClickM easurementsAsExpiredForTesting, error message: %{private}s", this, m_database.lastErrorMsg()); ~~^~~~~~~~~
Attachments
PATCH (73.17 KB, patch)
2021-04-27 21:31 PDT, Basuke Suzuki
no flags
PATCH (77.70 KB, patch)
2021-04-27 21:58 PDT, Basuke Suzuki
no flags
Basuke Suzuki
Comment 1 2021-04-27 21:31:52 PDT
Basuke Suzuki
Comment 2 2021-04-27 21:58:40 PDT
EWS
Comment 3 2021-04-28 16:22:26 PDT
Committed r276740 (237140@main): <https://commits.webkit.org/237140@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427236 [details].
Radar WebKit Bug Importer
Comment 4 2021-04-28 16:23:18 PDT
Note You need to log in before you can comment on or make changes to this bug.