From 014ba5ac80497d02b83514f30dabe3824e9facdc Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 25 Nov 2002 23:37:10 +0000 Subject: [PATCH] silence warning --- servers/slapd/str2filter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/slapd/str2filter.c b/servers/slapd/str2filter.c index ff7cd450ad..c7a38e9cc4 100644 --- a/servers/slapd/str2filter.c +++ b/servers/slapd/str2filter.c @@ -16,7 +16,9 @@ #include "slap.h" #include +#if 0 /* unused */ static char *find_matching_paren( const char *s ); +#endif /* unused */ static Filter *str2list( const char *str, long unsigned int ftype); static Filter *str2simple( const char *str); static int str2subvals( const char *val, Filter *f); -- 2.39.5