From c278e2da0cf9aee161e23771125629bdfe8d5d89 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 20 Mar 2018 19:19:56 +0100 Subject: blogc: common: replace unsigned int with size_t --- tests/common/check_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common/check_utils.c') diff --git a/tests/common/check_utils.c b/tests/common/check_utils.c index dc1eadd..12ef921 100644 --- a/tests/common/check_utils.c +++ b/tests/common/check_utils.c @@ -906,7 +906,7 @@ test_trie_size(void **state) } -static unsigned int counter; +static size_t counter; static char *expected_keys[] = {"chu", "copa", "bola", "bote", "bo", "b", "test", "testa"}; static char *expected_datas[] = {"nda", "bu", "guda", "aba", "haha", "c", "asd", "lol"}; -- cgit v1.2.3-18-g5258