summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/version.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-13 14:45:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-13 14:45:30 (GMT)
commit68c3550faa5793a0445c457d65b2f491cee559df (patch)
treea70725db48ebdf08329f00868199aeb2880abb23 /Source/CTest/Curl/version.c
parent3f75f0ea1e0404951797c2918d93465b9c612ea0 (diff)
downloadCMake-68c3550faa5793a0445c457d65b2f491cee559df.zip
CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.gz
CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.bz2
COMP: Remove warnings on borland build
Diffstat (limited to 'Source/CTest/Curl/version.c')
-rw-r--r--Source/CTest/Curl/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/version.c b/Source/CTest/Curl/version.c
index 510c20a..4af298b 100644
--- a/Source/CTest/Curl/version.c
+++ b/Source/CTest/Curl/version.c
@@ -112,6 +112,7 @@ char *curl_version(void)
strcpy(ptr, LIBCURL_NAME "/" LIBCURL_VERSION );
ptr=strchr(ptr, '\0');
left -= strlen(ptr);
+ (void)left;
#ifdef USE_SSLEAY
{