[Webkit-unassigned] [Bug 268351] New: [Win] REGRESSION(273705 at main): DocumentMarkerController.cpp(788, 45): error: format specifies type 'unsigned long' but the argument has type 'std::underlying_type_t<Type>' (aka 'unsigned int')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 17:41:27 PST 2024


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

            Bug ID: 268351
           Summary: [Win] REGRESSION(273705 at main):
                    DocumentMarkerController.cpp(788,45): error: format
                    specifies type 'unsigned long' but the argument has
                    type 'std::underlying_type_t<Type>' (aka 'unsigned
                    int')
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: richard_robinson2 at apple.com

After 273705 at main, Windows Debug build can't compile

In file included from C:\webkit\WebKitBuild\Debug\WebCore\DerivedSources\unified-sources\UnifiedSource-be65d27a-7.cpp:8:
C:\webkit\Source\WebCore\dom/DocumentMarkerController.cpp(788,45): error: format specifies type 'unsigned long' but the argument has type 'std::underlying_type_t<Type>' (aka 'unsigned int') [-Werror,-Wformat]
  788 |             fprintf(stderr, " %lu:[%d:%d]", enumToUnderlyingType(marker.type()), marker.startOffset(), marker.endOffset());
      |                               ~~~           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                               %u
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/20240130/7164f157/attachment-0001.htm>


More information about the webkit-unassigned mailing list