mirror of
https://github.com/curl/curl.git
synced 2025-09-06 20:34:59 +03:00
added comment on a variable that is unused on some platforms
This commit is contained in:
parent
f22c690b1f
commit
336b0b7d82
|
@ -111,7 +111,7 @@ struct hostent *GetHost(struct UrlData *data,
|
||||||
{
|
{
|
||||||
struct hostent *h = NULL;
|
struct hostent *h = NULL;
|
||||||
unsigned long in;
|
unsigned long in;
|
||||||
int ret;
|
int ret; /* this variable is unused on several platforms but used on some */
|
||||||
|
|
||||||
#define CURL_NAMELOOKUP_SIZE 9000
|
#define CURL_NAMELOOKUP_SIZE 9000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user