From c1f8b8adfa5205d6701aaf92d9cba7303e5b1d0a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 3 Oct 2009 19:11:23 +0000 Subject: [PATCH] fix types --- src/util/test_container_slist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/test_container_slist.c b/src/util/test_container_slist.c index 0c4525c45..7d31eff2e 100644 --- a/src/util/test_container_slist.c +++ b/src/util/test_container_slist.c @@ -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); -- 2.25.1