mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compilation warnings
This commit is contained in:
parent
307e6b7ac9
commit
22ecd4428a
12 changed files with 51 additions and 36 deletions
|
@ -1539,7 +1539,7 @@ size_t php_http_parser_execute (php_http_parser *parser,
|
|||
p += to_read - 1;
|
||||
}
|
||||
|
||||
if (to_read == parser->content_length) {
|
||||
if (to_read == (size_t)parser->content_length) {
|
||||
state = s_chunk_data_almost_done;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue