This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: eliminate unused variable warnings
- From: Tom Tromey <tromey at redhat dot com>
- To: Matt Kraai <kraai at alumni dot cmu dot edu>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Jun 2003 09:41:47 -0600
- Subject: Re: eliminate unused variable warnings
- References: <20030519005726.GG13668@ftbfs.org>
- Reply-to: tromey at redhat dot com
>>>>> "Matt" == Matt Kraai <kraai@alumni.cmu.edu> writes:
Matt> If _IEEE_LIBM is defined, GCC warns that o_threshold and
Matt> u_threshold are unused. So don't define them in that case.
Ok, please check this in.
Tom