[Webkit-unassigned] [Bug 33056] New: Implement NO_RETURN for MSVC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 09:37:16 PST 2009


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

           Summary: Implement NO_RETURN for MSVC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paroga at paroga.com


Implement the NO_RETURN macro also for MSVC.

>From http://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Function-Attributes.html:
It does not make sense for a noreturn function to have a return type other than
void. 

I found two files who use the NO_RETURN macro in a wrong way (FastMalloc.cpp
and jsc.cpp).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list