summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-06 14:30:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-06 14:30:52 (GMT)
commit721c99a7422b5b53f2ad76345dd77025eee8ebdc (patch)
tree678003ea86b3f2be774653a335c8e778f75f14c0 /Source/CTest/Curl
parent8d8d39524da03c6dd3cf2544e10048ac382c12bd (diff)
downloadCMake-721c99a7422b5b53f2ad76345dd77025eee8ebdc.zip
CMake-721c99a7422b5b53f2ad76345dd77025eee8ebdc.tar.gz
CMake-721c99a7422b5b53f2ad76345dd77025eee8ebdc.tar.bz2
ERR: Remove warning on Mac OSX
Diffstat (limited to 'Source/CTest/Curl')
-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 4b2393f..5e26e4b 100644
--- a/Source/CTest/Curl/ldap.c
+++ b/Source/CTest/Curl/ldap.c
@@ -67,6 +67,7 @@ static void *liblber = NULL;
static void DynaOpen(void)
{
+ (void)liblber;
#if defined(HAVE_DLOPEN) || defined(HAVE_LIBDL)
if (libldap == NULL) {
/*