commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/src/objectcache objectcache.c


From: Daniel E. Baumann
Subject: gnue/geas/src/objectcache objectcache.c
Date: Wed, 13 Jun 2001 06:11:41 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      01/06/13 06:11:41

Modified files:
        geas/src/objectcache: objectcache.c 

Log message:
        Fix warnings for unused variables.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/objectcache/objectcache.c.diff?cvsroot=OldCVS&tr1=1.54&tr2=1.55&r1=text&r2=text

Patches:
Index: gnue/geas/src/objectcache/objectcache.c
diff -u gnue/geas/src/objectcache/objectcache.c:1.54 
gnue/geas/src/objectcache/objectcache.c:1.55
--- gnue/geas/src/objectcache/objectcache.c:1.54        Tue Jun 12 20:33:03 2001
+++ gnue/geas/src/objectcache/objectcache.c     Wed Jun 13 06:11:41 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: objectcache.c,v 1.54 2001/06/13 03:33:03 treshna Exp $
+   $Id: objectcache.c,v 1.55 2001/06/13 13:11:41 baumannd Exp $
 */
 
 #include "config.h"
@@ -767,8 +767,8 @@
                      const char *value, gboolean readonly)
 {
   _FieldData *f;
-  GList *idxs, *l, *ids;
-  odl_class *c;
+  /* GList *idxs, *l, *ids; */
+  /* odl_class *c; */
 
   timer_start_profile( TIMER_FUNC_SET_FIELD );
 
@@ -900,7 +900,7 @@
           while (l)
             {
               /* TODO: verify that all NOT NULL fields in the index have data 
*/
-             char buf[256];
+             /* char buf[256]; */
               oc_add_object_to_index (object, l->data);
               l = g_list_next (l);
             }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]