fix types
authorChristian Grothoff <christian@grothoff.org>
Sat, 3 Oct 2009 19:11:23 +0000 (19:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 3 Oct 2009 19:11:23 +0000 (19:11 +0000)
src/util/test_container_slist.c

index 0c4525c452c1e9b8f82ad498afb13a65c8a90e70..7d31eff2ecd3c38e416ac26b050cdd298687519e 100644 (file)
@@ -36,7 +36,9 @@ main (int argc, char *argv[])
 {
   struct GNUNET_CONTAINER_SList *l;
   struct GNUNET_CONTAINER_SList_Iterator *it;
-  unsigned int i, j, s;
+  unsigned int i;
+  unsigned int j;
+  size_t s;
   const void *p;    
 
   GNUNET_log_setup ("test-container-slist", "WARNING", NULL);