summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-10-06 17:10:45 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-10-06 17:10:45 (GMT)
commit00f6e6ebf1b21595a66a973b0284a0eee8c98af2 (patch)
tree9f0514ac01fae717cee5430d119d47d45382b0a6 /Source/CTest
parent99b444b07371f96425d467c4c8701e059c3de8d0 (diff)
downloadCMake-00f6e6ebf1b21595a66a973b0284a0eee8c98af2.zip
CMake-00f6e6ebf1b21595a66a973b0284a0eee8c98af2.tar.gz
CMake-00f6e6ebf1b21595a66a973b0284a0eee8c98af2.tar.bz2
COMP: Attempt to remove warning
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/Curl/hostthre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/hostthre.c b/Source/CTest/Curl/hostthre.c
index 7191418..a637e36 100644
--- a/Source/CTest/Curl/hostthre.c
+++ b/Source/CTest/Curl/hostthre.c
@@ -341,6 +341,7 @@ CURLcode Curl_wait_for_resolv(struct connectdata *conn,
conn->data->set.timeout ? conn->data->set.timeout :
CURL_TIMEOUT_RESOLVE; /* default name resolve timeout */
ticks = GetTickCount();
+ (void)ticks;
status = WaitForSingleObject(td->thread_hnd, 1000UL*timeout);
if (status == WAIT_OBJECT_0 || status == WAIT_ABANDONED) {