diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-07 11:05:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-07 11:05:59 (GMT) |
commit | 8732505a174469d6905bd9020cd6b4920e142ebb (patch) | |
tree | ccde95d67c7fbc1a2ecc3e399c328b669fc0f456 /Source/CTest | |
parent | f6e25ab9d2255f97bcfa31cf7d9705ee559f6a4d (diff) | |
download | CMake-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.c | 2 |
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 |