]> granicus.if.org Git - curl/commitdiff
compiler warning: fix
authorYang Tse <yangsita@gmail.com>
Tue, 24 May 2011 15:29:50 +0000 (17:29 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 24 May 2011 15:29:50 +0000 (17:29 +0200)
Fix compiler warning: external definition with no prior declaration

tests/libtest/lib500.c

index bca5c2310ea9242785ec5f4768a5fb0ff87f11f3..8ebeb1292f5371933ab86b5db1c6f40c6aa42c5f 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifdef LIB585
 
-int counter;
+static int counter;
 
 static curl_socket_t tst_opensocket(void *clientp,
                                     curlsocktype purpose,