]> git.sur5r.net Git - openldap/commitdiff
silence warnings
authorPierangelo Masarati <ando@openldap.org>
Sun, 10 Nov 2002 19:57:16 +0000 (19:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 10 Nov 2002 19:57:16 +0000 (19:57 +0000)
libraries/liblber/debug.c
libraries/libldap/schema.c
libraries/libldap/tls.c

index 13ab67c30b01c9a93302281e4b95481826024736..cfec0942e4a3f8f1df78f95fb7d286e8c5ecf60d 100644 (file)
@@ -30,7 +30,6 @@ struct DEBUGLEVEL
 };
 
 int ldap_loglevels[LDAP_SUBSYS_NUM];
-static long   numLevels = 0;
 
 static FILE *log_file = NULL;
 static int global_level = 0;
index f109eed56482be71663501176e96d31d8428ba97..894b09de4a856304d072640cd1160c1e03300b96 100644 (file)
@@ -120,12 +120,14 @@ safe_string_free(safe_string * ss)
        LDAP_FREE(ss);
 }
 
+#if 0  /* unused */
 static char *
 safe_string_val(safe_string * ss)
 {
        ss->val[ss->pos] = '\0';
        return(ss->val);
 }
+#endif
 
 static char *
 safe_strdup(safe_string * ss)
@@ -2868,7 +2870,6 @@ ldap_str2structurerule( LDAP_CONST char * s,
        int seen_desc = 0;
        int seen_obsolete = 0;
        int seen_nameform = 0;
-       int seen_ruleids = 0;
        LDAPStructureRule * sr;
        char ** ext_vals;
        const char * savepos;
index 3af0ac761301a84fc1bf54fe5782738abc416581..dead3fb5cc6103cbc49862dd4645c2240589c11d 100644 (file)
@@ -409,7 +409,6 @@ get_ca_list( char * bundle, char * dir )
                }
        }
 #endif
-done:
        return ca_list;
 }