This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: 'otable_syms' defined but not used
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Michael Koch <konqueror at gmx dot de>, Bryce McKinlay <bryce at mckinlay dot net dot nz>, <java-patches at gcc dot gnu dot org>
- Date: 22 Sep 2003 12:20:39 -0600
- Subject: Re: 'otable_syms' defined but not used
- References: <Pine.LNX.4.44.0309201517380.12859-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Interesting, I've never tried -Wall in libgcj. There are a lot of
Jeff> warnings!
This may say more about -Wall than libgcj. But as a general
principle, I think we should make sure that -Wall is sensible, and
then change libgcj to be warning-free.
>> Is there a way to not define 'otable_syms' if it is unused ?
Jeff> Try this. It passed a full "make check" in libjava.
Andrew will have to approve this, but it looks fine to me.
Tom