[Bug java/28533] [ecj] Default warnings

bkoz at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 29 15:41:00 GMT 2006



------- 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 for importing packages, hmmm)
varargsCast == ?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28533



More information about the Gcc-bugs mailing list