From 8732505a174469d6905bd9020cd6b4920e142ebb Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 7 Oct 2004 07:05:59 -0400 Subject: [PATCH] COMP: Remove unused variable warning --- Source/CTest/Curl/connect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/CTest/Curl/connect.c b/Source/CTest/Curl/connect.c index c6bb87607..d9f278303 100644 --- a/Source/CTest/Curl/connect.c +++ b/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