WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2024-04-04 16:56:20 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/26876
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
<
rdar://problem/125952857
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug