Browse Source

COMP: Remove unused variable warning

Andy Cedilnik 21 years ago
parent
commit
8732505a17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/CTest/Curl/connect.c

+ 2 - 0
Source/CTest/Curl/connect.c

@@ -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