diff options
author | Yang Tse <yangsita@gmail.com> | 2011-05-24 17:29:50 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-05-24 17:29:50 +0200 |
commit | 2ea31b0e6f7c0709b4767ed1babeff6b92000282 (patch) | |
tree | ae0c732c5f2cec9bd8ab852e6829a059c375556c /tests/libtest | |
parent | de70ddb7490e2cb816649ab0f055413a6df3e2ae (diff) |
compiler warning: fix
Fix compiler warning: external definition with no prior declaration
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib500.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |