This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Cleanup patches
- To: green at redhat dot com
- Subject: Re: Cleanup patches
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sat, 26 Feb 2000 14:22:06 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <200002262113.NAA29362@hoser.cygnus.com>
Anthony> * jni.cc (_Jv_JNI_AttachCurrentThread): Minor cleanup.
Thanks. I don't know why I didn't think of that...
Anthony> (JNI_GetCreatedJavaVMs): Remove compiler warning.
This one is wrong if assertions are enabled.
Maybe we could just use __attribute__((unused))
Tom