From 721c99a7422b5b53f2ad76345dd77025eee8ebdc Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 6 May 2003 10:30:52 -0400 Subject: [PATCH] ERR: Remove warning on Mac OSX --- Source/CTest/Curl/ldap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/CTest/Curl/ldap.c b/Source/CTest/Curl/ldap.c index 4b2393fcb..5e26e4bc7 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) { /*