This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/32247] -Wall enables -Wunused enables -Wunused-parameter



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]