Bug 272198

Summary: Fix warnings in Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit2Assignee: 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
Reported 2024-04-04 16:52:49 PDT
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
Ryosuke Niwa
Comment 1 2024-04-04 16:56:20 PDT
EWS
Comment 2 2024-04-04 23:53:27 PDT
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
Comment 3 2024-04-04 23:54:14 PDT
Note You need to log in before you can comment on or make changes to this bug.