This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/28533] [ecj] Default warnings
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 29 Jul 2006 15:41:16 -0000
- Subject: [Bug java/28533] [ecj] Default warnings
- References: <bug-28533-3639@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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