Bug 272198
| Summary: | Fix warnings in Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | WebKit2 | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ddkilzer, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=272262 | ||
Ryosuke Niwa
Fix warnings like this:
Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp:246:77: error: format specifies type 'unsigned short' but the argument has type 'Status' [-Werror,-Wformat]
246 | U2F_RELEASE_LOG("continueSignCommandAfterResponseReceived: Status %hu", apduResponse.status());
| ~~~ ^~~~~~~~~~~~~~~~~~~~~
| static_cast<uint16_t>( )
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/26876
EWS
Committed 277100@main (0abe80c522c7): <https://commits.webkit.org/277100@main>
Reviewed commits have been landed. Closing PR #26876 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/125952857>