https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28533
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
--- Comment #2 from tromey at gcc dot gnu dot org 2006-07-31 16:29 ---
Yes, the current 'ecj1' driver translates gnu-style options to eclipse-style
options. So instead of funkyCaseWarning we have funky-case-warning, etc.
Also we accept some "legacy" warning names, -Wno-foo, and the like
--- Comment #1 from bkoz at gcc dot gnu dot org 2006-07-29 15:41 ---
Is there a way to map ecj's warnings options onto gcc's existing warning flags?
-w
-W
-Wextra
?
deprecation == -Wno-deprecated-declarations
serial == ??
typeHiding == -Wshadow
unchecked == ?
unused == -Wunused (but f