mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
Fixed compilation warning
This commit is contained in:
@@ -100,7 +100,7 @@ static void zend_dump_op(const zend_op_array *op_array, const zend_basic_block *
|
||||
if (b) {
|
||||
fprintf(stderr, " BB%d", b->successors[n++]);
|
||||
} else {
|
||||
fprintf(stderr, " L" ZEND_LONG_FMT, ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value));
|
||||
fprintf(stderr, " L%u", (uint32_t)ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user