COMP: Remove unused variable warning

This commit is contained in:
Andy Cedilnik 2004-10-07 07:05:59 -04:00
parent f6e25ab9d2
commit 8732505a17
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ int Curl_nonblock(curl_socket_t sockfd, /* operate on this */
#endif
#ifdef HAVE_DISABLED_NONBLOCKING
(void)nonblock;
(void)sockfd;
return 0; /* returns success */
#define SETBLOCK 6
#endif