From a6b611f0d01aff9d0d0d411928c9103c8036af75 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 26 Jan 2018 16:50:32 +0100 Subject: lib517: make variable static to avoid compiler warning ... with clang on macos --- tests/libtest/lib517.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index a30c2d5ce..e7451907c 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -28,7 +28,7 @@ struct dcheck { time_t output; }; -struct dcheck dates[] = { +static struct dcheck dates[] = { {"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 }, {"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 }, {"Sun Nov 6 08:49:37 1994", 784111777 }, -- cgit v1.2.3