Removed compiler warnings when making zebra
authorHeikki Levanto <heikki@indexdata.dk>
Thu, 13 Jul 2000 10:14:20 +0000 (10:14 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Thu, 13 Jul 2000 10:14:20 +0000 (10:14 +0000)
index/invstat.c
index/recindex.c

index d1c8fe2..ce82cd6 100644 (file)
@@ -136,6 +136,9 @@ void inv_prstat (BFiles bfs)
     ISAM  isam  = NULL;
     ISAMC isamc = NULL;
     ISAMD isamd = NULL;
+    int blocks;
+    int size;
+    int count;
 #endif
     Records records;
     int i, prev;
@@ -143,9 +146,6 @@ void inv_prstat (BFiles bfs)
     int after = 1000000000;
     struct inv_stat_info stat_info;
     char term_dict[2*IT_MAX_WORD+2];
-    int blocks;
-    int size;
-    int count;
         
     term_dict[0] = 1;
     term_dict[1] = 0;
@@ -323,7 +323,10 @@ void inv_prstat (BFiles bfs)
 /*
  *
  * $Log: invstat.c,v $
- * Revision 1.20  1999-12-01 13:30:30  adam
+ * Revision 1.21  2000-07-13 10:14:20  heikki
+ * Removed compiler warnings when making zebra
+ *
+ * Revision 1.20  1999/12/01 13:30:30  adam
  * Updated configure for Zmbol/Zebra dependent settings.
  *
  * Revision 1.19  1999/11/30 13:48:03  adam
index 29006d7..5fbbaed 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: recindex.c,v $
- * Revision 1.29  2000-04-05 09:49:35  adam
+ * Revision 1.30  2000-07-13 10:14:20  heikki
+ * Removed compiler warnings when making zebra
+ *
+ * Revision 1.29  2000/04/05 09:49:35  adam
  * On Unix, zebra/z'mbol uses automake.
  *
  * Revision 1.28  1999/12/08 22:44:45  adam
@@ -669,7 +672,9 @@ static Record rec_get_int (Records p, int sysno)
     char *nptr, *cptr;
     char *in_buf = 0;
     char *bz_buf = 0;
+#if HAVE_BZLIB_H
     int bz_size;
+#endif
     char compression_method;
 
     assert (sysno > 0);