From 2ea31b0e6f7c0709b4767ed1babeff6b92000282 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 24 May 2011 17:29:50 +0200 Subject: compiler warning: fix Fix compiler warning: external definition with no prior declaration --- tests/libtest/lib500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index bca5c2310..8ebeb1292 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, -- cgit v1.2.3