summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/ldap.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 15:29:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-01 15:29:15 (GMT)
commit8174deb9e998199fc4aa828664d57dedc3f8a683 (patch)
treef8d3845260623d8240db1db2109102967df512a9 /Source/CTest/Curl/ldap.c
parent6e143754beaf7c275c73b5c501419e3ac0b40839 (diff)
downloadCMake-8174deb9e998199fc4aa828664d57dedc3f8a683.zip
CMake-8174deb9e998199fc4aa828664d57dedc3f8a683.tar.gz
CMake-8174deb9e998199fc4aa828664d57dedc3f8a683.tar.bz2
ERR: Remove warnings
Diffstat (limited to 'Source/CTest/Curl/ldap.c')
-rw-r--r--Source/CTest/Curl/ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/Curl/ldap.c b/Source/CTest/Curl/ldap.c
index a1ef6fe..4b2393f 100644
--- a/Source/CTest/Curl/ldap.c
+++ b/Source/CTest/Curl/ldap.c
@@ -108,6 +108,7 @@ static void DynaClose(void)
static void * DynaGetFunction(const char *name)
{
void *func = NULL;
+ (void)name;
#if defined(HAVE_DLOPEN) || defined(HAVE_LIBDL)
if (libldap) {