RESOLVED FIXED 272198
Fix warnings in Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp
https://bugs.webkit.org/show_bug.cgi?id=272198
Summary Fix warnings in Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticat...
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.