Skip to content

Commit fe3dbe5

Browse files
committed
Fixed compilation warning
1 parent 3d11743 commit fe3dbe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_inheritance.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,7 @@ ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend_string
26232623
zval *zv;
26242624
ALLOCA_FLAG(use_heap)
26252625

2626+
SET_ALLOCA_FLAG(use_heap);
26262627
ZEND_ASSERT(!(ce->ce_flags & ZEND_ACC_LINKED));
26272628

26282629
if (ce->parent_name) {

0 commit comments

Comments
 (0)