[Webkit-unassigned] [Bug 284706] New: Suppress unsafe cast warnings in downcast, dynamicDowncast, and uncheckedDowncast

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 14 21:23:08 PST 2024


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

            Bug ID: 284706
           Summary: Suppress unsafe cast warnings in downcast,
                    dynamicDowncast, and uncheckedDowncast
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

Suppress memory unsafe cast static analyzer warnings in downcast, dynamicDowncast, and uncheckedDowncast
since static_cast in these functions are either safe or explicitly chosen to keep per performance reasons.

-- 
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/20241215/9b607b79/attachment.htm>


More information about the webkit-unassigned mailing list