]> git.sur5r.net Git - openldap/commitdiff
Silence some warnings from parameter type mismatches
authorHoward Chu <hyc@openldap.org>
Sat, 13 May 2000 01:18:57 +0000 (01:18 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 13 May 2000 01:18:57 +0000 (01:18 +0000)
servers/slapd/schema_init.c

index a7da31ac3ecc0cdf1f8a141ebcf4205b597aca6b..cd3d8cadaf084d4680ca1df0a603678a34b85ff0 100644 (file)
@@ -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,