mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Silence some warnings from parameter type mismatches
This commit is contained in:
parent
9417c5fdc7
commit
72d53b60e0
@ -53,7 +53,7 @@ UTF8StringValidate(
|
||||
|
||||
static int
|
||||
UTF8StringNormalize(
|
||||
int use,
|
||||
unsigned use,
|
||||
Syntax *syntax,
|
||||
MatchingRule *mr,
|
||||
struct berval *val,
|
||||
@ -169,7 +169,7 @@ IA5StringConvert(
|
||||
|
||||
static int
|
||||
IA5StringNormalize(
|
||||
int use,
|
||||
unsigned use,
|
||||
Syntax *syntax,
|
||||
MatchingRule *mr,
|
||||
struct berval *val,
|
||||
@ -239,7 +239,7 @@ IA5StringNormalize(
|
||||
|
||||
static int
|
||||
caseExactIA5Match(
|
||||
int use,
|
||||
unsigned use,
|
||||
Syntax *syntax,
|
||||
MatchingRule *mr,
|
||||
struct berval *value,
|
||||
@ -251,7 +251,7 @@ caseExactIA5Match(
|
||||
|
||||
static int
|
||||
caseIgnoreIA5Match(
|
||||
int use,
|
||||
unsigned use,
|
||||
Syntax *syntax,
|
||||
MatchingRule *mr,
|
||||
struct berval *value,
|
||||
|
Loading…
Reference in New Issue
Block a user