[Bug java/32247] -Wall enables -Wunused enables -Wunused-parameter
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 11 21:53:00 GMT 2007
------- Comment #7 from pinskia at gcc dot gnu dot org 2007-06-11 21:53 -------
Not really because this is a standard GCC option and having it different
between java and other languages is wrong.
http://gcc.gnu.org/onlinedocs/gcc-4.2.0/gcc/Warning-Options.html
Please read the documentation before really filing a bug, really an unused
parameter is wrong because it usually means either you have conditional code
(which case you).
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32247
More information about the Java-prs
mailing list