NEW 16193
JavaScriptCore should compile -Wunreachable-code
https://bugs.webkit.org/show_bug.cgi?id=16193
Summary JavaScriptCore should compile -Wunreachable-code
Eric Seidel (no email)
Reported 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++.
Attachments
Note You need to log in before you can comment on or make changes to this bug.