]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/os-local.c
ITS#8578 - remove unused-variables in RE24 testing call (2.4.45)
[openldap] / libraries / libldap / os-local.c
index e6db521046c0bc2cb9827622dff4580abea7e06a..36d3e97e4e25313133840514155fa83cf078043f 100644 (file)
@@ -359,5 +359,5 @@ ldap_connect_to_path(LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv, int async)
        return rc;
 }
 #else
-static int dummy;
+static int dummy; /* generate also a warning: 'dummy' defined but not used (at least here) */
 #endif /* LDAP_PF_LOCAL */