This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to fix boehm.cc warning

[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;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]