This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch to fix boehm.cc warning
- To: java-patches at gcc dot gnu dot org
- Subject: Patch to fix boehm.cc warning
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Mon, 12 Nov 2001 23:42:17 +1300
[Get raw message]
2001-11-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
Index: boehm.cc
===================================================================
RCS file: /cvs/gcc/egcs/libjava/boehm.cc,v
retrieving revision 1.30
diff -u -r1.30 boehm.cc
--- boehm.cc 2001/10/15 22:42:42 1.30
+++ boehm.cc 2001/11/12 10:41:55
@@ -575,7 +575,7 @@
}
jboolean
-_Jv_GCCanReclaimSoftReference (jobject obj)
+_Jv_GCCanReclaimSoftReference (jobject)
{
// For now, always reclaim soft references. FIXME.
return true;