From ef51139dfb60850c9ee4f6d9ea4ea7bfbc4aa15a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 17 Nov 2018 11:19:49 +0100 Subject: Fix missing variable declaration 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 e7faa7a..f1fa9a8 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -29,7 +29,7 @@ #include "zix/common.h" #include "zix/sorted_array.h" -unsigned seed = 1; +static unsigned seed = 1; static int int_cmp(const void* a, const void* b, const void* user_data) -- cgit v1.2.1