This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: small GdkFontMetrics fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 02 Dec 2003 14:42:37 -0700
- Subject: Re: Patch: FYI: small GdkFontMetrics fix
- References: <1070398692.32538.301.camel@tortoise.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> + (JNIEnv *env, jobject obj __attribute__((unused)), jstring fname,
For libgcj this sort of thing is fine. For Classpath I'd imagine
we're still, at least in theory, supporting non-gcc compilers. The
standard fix is to introduce a new #define ATTRIBUTED_UNUSED that is
defined to be empty for non-gcc compilers...
Tom