Skip to content
Snippets Groups Projects
Commit 72d53b60 authored by Howard Chu's avatar Howard Chu
Browse files

Silence some warnings from parameter type mismatches

parent 9417c5fd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment