mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
ext/fileinfo: Fix [-Wsign-compare] warnings
This commit is contained in:
parent
f52a332d5a
commit
b8aa227016
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options)
|
||||
{
|
||||
int i, j;
|
||||
size_t i, j;
|
||||
zend_string *t;
|
||||
|
||||
for (i = j = 0; i < len; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue