mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
silence warning
This commit is contained in:
parent
a62aa61544
commit
014ba5ac80
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@
|
||||||
#include "slap.h"
|
#include "slap.h"
|
||||||
#include <ldap_pvt.h>
|
#include <ldap_pvt.h>
|
||||||
|
|
||||||
|
#if 0 /* unused */
|
||||||
static char *find_matching_paren( const char *s );
|
static char *find_matching_paren( const char *s );
|
||||||
|
#endif /* unused */
|
||||||
static Filter *str2list( const char *str, long unsigned int ftype);
|
static Filter *str2list( const char *str, long unsigned int ftype);
|
||||||
static Filter *str2simple( const char *str);
|
static Filter *str2simple( const char *str);
|
||||||
static int str2subvals( const char *val, Filter *f);
|
static int str2subvals( const char *val, Filter *f);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue