[Webkit-unassigned] [Bug 174555] New: Implement FALLTHROUGH attribute for C with GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 15 20:01:16 PDT 2017


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

            Bug ID: 174555
           Summary: Implement FALLTHROUGH attribute for C with GCC
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

My attempt to silence the JSC -Wimplicit-fallthrough warnings in bug #174463 failed because they are coming from a C file, and our FALLTHROUGH macro is only implemented for C++. This is only possible to do for GCC, because Clang only supports this attribute using the [[C++ attribute syntax]].

-- 
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/20170716/261d4b1d/attachment.html>


More information about the webkit-unassigned mailing list