Skip to content

Commit 45b844b

Browse files
committed
Fix: [-Wreturn-type]
1 parent a13a9dc commit 45b844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/yaf_config_ini.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ZEND_END_ARG_INFO()
7171

7272
/** {{{ static inline yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC)
7373
*/
74-
static inline yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC) {
74+
static inline void yaf_deep_copy_section(zval *dst, zval *src TSRMLS_DC) {
7575
zval **ppzval, **dstppzval, *value;
7676
HashTable *ht;
7777
ulong idx;

0 commit comments

Comments
 (0)