From 4448fa6cbf9aade05d02f5e04b9137d4c775a79a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 8 Aug 2016 22:12:16 +0100 Subject: Fix warnings in unit tests --- test/bloom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bloom.c') diff --git a/test/bloom.c b/test/bloom.c index 71a0b013a..6ba3b481a 100644 --- a/test/bloom.c +++ b/test/bloom.c @@ -145,7 +145,7 @@ END_TEST /* Suite */ -Suite *bloom_suite(void) +static Suite *bloom_suite(void) { Suite *s; TCase *tc_create; -- cgit v1.2.3