From 85512457fbe29aa161417903feaec74f5e7c15c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Oct 2019 17:06:14 +0200 Subject: Fix some integer conversion warnings --- test/sorted_array_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sorted_array_test.c') diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index 5ebe8e8..519ccb2 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -39,7 +39,7 @@ int_cmp(const void* a, const void* b, ZIX_UNUSED const void* user_data) return ia - ib; } -static int +static uintptr_t ith_elem(int test_num, unsigned n_elems, int i) { switch (test_num % 3) { -- cgit v1.2.1