Skip to content

Commit

Permalink
Prevent compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Aug 28, 2024
1 parent c332fa5 commit 9114a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_lazy_objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ ZEND_API zend_object *zend_object_make_lazy(zend_object *obj,
/* Call object_init_ex() for the generated exception */
zend_result result = object_init_ex(&zobj, reflection_ce);
ZEND_ASSERT(result == FAILURE && EG(exception));
(void)result;
return NULL;
}

Expand Down

0 comments on commit 9114a71

Please sign in to comment.