[Webkit-unassigned] [Bug 272198] New: Fix warnings in Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuthenticator.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 16:52:49 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272198

            Bug ID: 272198
           Summary: Fix warnings in
                    Source/WebKit/UIProcess/WebAuthentication/fido/U2fAuth
                    enticator.cpp
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: kkinnunen at apple.com

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>( )

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240404/c8384232/attachment.htm>


More information about the webkit-unassigned mailing list