From: Yang Tse Date: Tue, 24 May 2011 15:29:50 +0000 (+0200) Subject: compiler warning: fix X-Git-Tag: curl-7_21_7~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ea31b0e6f7c0709b4767ed1babeff6b92000282;p=curl compiler warning: fix Fix compiler warning: external definition with no prior declaration --- 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,