diff options
Diffstat (limited to 'Source/CTest/Curl/ldap.c')
-rw-r--r-- | Source/CTest/Curl/ldap.c | 1 |
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) { |