[Webkit-unassigned] [Bug 231188] New: [clang 13] Suppress sign comparison warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 12:16:10 PDT 2021


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

            Bug ID: 231188
           Summary: [clang 13] Suppress sign comparison warnings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

C:/PSDev/webkit/Source/JavaScriptCore\inspector/remote/socket/RemoteInspectorSocket.cpp:273:68: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
        if (FileSystem::readFromFile(handle, buffer.data(), *size) == *size)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~
1 warning 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/20211004/3ab65d0c/attachment-0001.htm>


More information about the webkit-unassigned mailing list