Bug 16193 - JavaScriptCore should compile -Wunreachable-code
Summary: JavaScriptCore should compile -Wunreachable-code
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 14:14 PST by Eric Seidel (no email)
Modified: 2023-12-23 01:49 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-11-29 14:14:48 PST
JavaScriptCore should compile  -Wunreachable-code

This would make it easier to not break MSVC (which seems to have a milder "unreachable" warning).  Unfortunately gcc's -Wunreachable-code is pretty crazy.  It warns about all sorts of things, some of which make little sense.  Maybe it has trouble with c++.