aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-21 09:29:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-21 09:29:21 +0000
commit336b0b7d824954d466cd15adac5a381558144ce3 (patch)
tree578ffc6e75bc733eb5795fb73213b03d0d2112bd /lib/hostip.c
parentf22c690b1f6f9cc82bb0e421ed22676652a663c7 (diff)
added comment on a variable that is unused on some platforms
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index d89d95255..89ac57462 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -111,7 +111,7 @@ struct hostent *GetHost(struct UrlData *data,
{
struct hostent *h = NULL;
unsigned long in;
- int ret;
+ int ret; /* this variable is unused on several platforms but used on some */
#define CURL_NAMELOOKUP_SIZE 9000