added comment on a variable that is unused on some platforms
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 09:29:21 +0000 (09:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 09:29:21 +0000 (09:29 +0000)
lib/hostip.c

index d89d952..89ac574 100644 (file)
@@ -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