From 2ea31b0e6f7c0709b4767ed1babeff6b92000282 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 24 May 2011 17:29:50 +0200 Subject: [PATCH] compiler warning: fix Fix compiler warning: external definition with no prior declaration --- tests/libtest/lib500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index bca5c2310e..8ebeb1292f 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -25,7 +25,7 @@ #ifdef LIB585 -int counter; +static int counter; static curl_socket_t tst_opensocket(void *clientp, curlsocktype purpose, -- GitLab