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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 00:16:53 PST 2009


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





--- Comment #7 from Patrick R. Gansterer <paroga at paroga.com>  2009-12-31 00:16:53 PST ---
(In reply to comment #6)
> The other possible solution is, that we don't implement NO_RETURN for MSVC and
> copy the hack from FastMalloc.cpp to jsc.cpp (see bug 32939). I think that this
> will win, because GCC is the better/prefered compiler. ;-)
But then the Win32 compiler will throw "warning C4702: unreachable code".

So mit current solution is #if COMPILER(MSVC) && PLATFORM(WINCE) :-(

-- 
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