]> git.sur5r.net Git - openldap/commitdiff
Add utf-8 to MSVC projects and remove lint.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jan 2000 20:22:17 +0000 (20:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 25 Jan 2000 20:22:17 +0000 (20:22 +0000)
libraries/libldap/libldap.dsp
libraries/libldap/utf-8.c
libraries/libldap_r/libldap_r.dsp

index 803fd3396b7a063c8b9d7a91d32f9eb6356e9d3f..e5f9125fff0325126e96b054c083a564529b08c0 100644 (file)
@@ -359,6 +359,10 @@ SOURCE=.\url.c
 # End Source File
 # Begin Source File
 
+SOURCE=".\utf-8.c"
+# End Source File
+# Begin Source File
+
 SOURCE=".\util-int.c"
 # End Source File
 # End Target
index 8538b7304a4efbd01377675beedc9e6a0199528b..9ea17c11e8d0929e402d2cc705fc4e38008e9ea9 100644 (file)
@@ -418,8 +418,6 @@ ber_len_t (ldap_utf8_strspn)( const char *str, const char *set )
 /* like strpbrk(), replaces strchr() as well */
 char *(ldap_utf8_strpbrk)( const char *str, const char *set )
 {
-       int len;
-
        for( ; *str != '\0'; LDAP_UTF8_INCR(str) ) {
                const char *cset;
 
index 0f00179f0f6e513d7c74fc3133d07f648fa6e47d..bc6f09c27edc02c6875c089e7ee76a46a29582b9 100644 (file)
@@ -352,6 +352,10 @@ SOURCE=..\libldap\url.c
 # End Source File
 # Begin Source File
 
+SOURCE="..\libldap\utf-8.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\libldap\util-int.c"
 # End Source File
 # End Target