mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
silence compiler noise
This commit is contained in:
parent
24d0211b32
commit
6955790107
@ -311,7 +311,7 @@ CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{
|
||||
#if ZEND_ENABLE_ZVAL_LONG64
|
||||
ret = _wstat64(pathw, buf);
|
||||
#else
|
||||
ret = _wstat(pathw, buf);
|
||||
ret = _wstat(pathw, (struct _stat32 *)buf);
|
||||
#endif
|
||||
free(pathw);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user