[Webkit-unassigned] [Bug 266164] New: REGRESSION(271781 at main): [Win] dom/DocumentMarkerController.cpp(788, 45): error: format specifies type 'unsigned short' but the argument has type 'Type' [-Werror, -Wformat]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 9 20:48:04 PST 2023


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

            Bug ID: 266164
           Summary: REGRESSION(271781 at main): [Win]
                    dom/DocumentMarkerController.cpp(788,45): error:
                    format specifies type 'unsigned short' but the
                    argument has type 'Type' [-Werror,-Wformat]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

clang-cl 17.0.5 can't compile Windows port Debug after 271781 at main (bug#266003).

In file included from C:\PSDEV\gc\WebKitBuild\Debug\WebCore\DerivedSources\unified-sources\UnifiedSource-be65d27a-7.cpp:8:
C:\PSDEV\gc\Source\WebCore\dom/DocumentMarkerController.cpp(788,45): error: format specifies type 'unsigned short' but the argument has type 'Type' [-Werror,-Wformat]
  788 |             fprintf(stderr, " %hu:[%d:%d]", marker.type(), marker.startOffset(), marker.endOffset());
      |                               ~~~           ^~~~~~~~~~~~~
      |                                             static_cast<uint16_t>( )
1 error generated.

-- 
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/20231210/ec5557fc/attachment.htm>


More information about the webkit-unassigned mailing list