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: http://git.ipfire.org/?a=commitdiff_plain;h=2ea31b0e6f7c0709b4767ed1babeff6b92000282;p=thirdparty%2Fcurl.git 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 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,