mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
compiler warning: fix
Fix compiler warning: external definition with no prior declaration
This commit is contained in:
parent
de70ddb749
commit
2ea31b0e6f
@ -25,7 +25,7 @@
|
||||
|
||||
#ifdef LIB585
|
||||
|
||||
int counter;
|
||||
static int counter;
|
||||
|
||||
static curl_socket_t tst_opensocket(void *clientp,
|
||||
curlsocktype purpose,
|
||||
|
Loading…
Reference in New Issue
Block a user