mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Silence gcc -Wsign-compare (no real change)
This commit is contained in:
parent
e1469fff44
commit
0ab060091e
@ -131,7 +131,8 @@ static struct berval* select_value(
|
||||
{
|
||||
struct berval* ber1, *ber2;
|
||||
MatchingRule *mr = key->sk_ordering;
|
||||
int i, cmp;
|
||||
unsigned i;
|
||||
int cmp;
|
||||
|
||||
ber1 = &(attr->a_nvals[0]);
|
||||
ber2 = ber1+1;
|
||||
|
Loading…
Reference in New Issue
Block a user