[Webkit-unassigned] [Bug 190263] New: Suppress unreachable code warning for LLIntAssembly.h code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 14:53:25 PDT 2018


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

            Bug ID: 190263
           Summary: Suppress unreachable code warning for LLIntAssembly.h
                    code.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This is needed because LLIntAssembly.h is template generated from LowLevelInterpreter asm files, and may contain dead code which are harmless, but will trip up the warning.  We should suppress the warning so that it doesn't break builds.

<rdar://problem/44986532>

-- 
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/20181003/9f594ec3/attachment-0001.html>


More information about the webkit-unassigned mailing list