Skip to content

Commit 2c4b6ff

Browse files
committed
Fix warnings
1 parent 2c74405 commit 2c4b6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mbstring/php_unicode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ PHPAPI char *php_unicode_convert_case(int case_mode, char *srcstr, size_t srclen
236236
char *unicode, *newstr;
237237
size_t unicode_len;
238238
unsigned long *unicode_ptr;
239-
int i;
239+
size_t i;
240240

241241
unicode = php_mb_convert_encoding(srcstr, srclen, NATIVE_UNICODE_ENCODING, src_encoding, &unicode_len TSRMLS_CC);
242242
if (unicode == NULL)

0 commit comments

Comments
 (0)