mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/fileinfo: Fix [-Wsign-compare] warnings
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user