Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
72d53b60
Commit
72d53b60
authored
May 13, 2000
by
Howard Chu
Browse files
Silence some warnings from parameter type mismatches
parent
9417c5fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
72d53b60
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment