1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

fixed compilation warning

This commit is contained in:
Dmitry Stogov
2014-03-20 11:36:59 +04:00
parent 373855ef49
commit e4e7502548

View File

@@ -69,7 +69,7 @@
if (--_obj->gc.refcount == 0) { \
zend_objects_store_del(_obj TSRMLS_CC); \
} else { \
gc_possible_root(_obj TSRMLS_CC); \
gc_possible_root(&_obj->gc TSRMLS_CC); \
} \
} while (0)