summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-07 11:05:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-07 11:05:59 (GMT)
commit8732505a174469d6905bd9020cd6b4920e142ebb (patch)
treeccde95d67c7fbc1a2ecc3e399c328b669fc0f456 /Source/CTest
parentf6e25ab9d2255f97bcfa31cf7d9705ee559f6a4d (diff)
downloadCMake-8732505a174469d6905bd9020cd6b4920e142ebb.zip
CMake-8732505a174469d6905bd9020cd6b4920e142ebb.tar.gz
CMake-8732505a174469d6905bd9020cd6b4920e142ebb.tar.bz2
COMP: Remove unused variable warning
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/Curl/connect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/connect.c b/Source/CTest/Curl/connect.c
index c6bb876..d9f2783 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