This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: Patch: jni.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 22 Sep 2003 09:16:37 -0600
- Subject: Re: FYI: Patch: jni.cc
- References: <200309221007.38076.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I commited the attached patch to trunk to remove a workaround
Michael> to avoid a compiler warning (unused argument) but produces a
Michael> different compiler warning now (statement has no effect).
Yeah, if we really want no warnings here, we should probably wrap the
arguments in the appropriate __attribute__ on some platforms.
Tom