From: Anatol Belski Date: Thu, 7 Jul 2016 13:34:46 +0000 (+0200) Subject: silence compiler noise X-Git-Tag: php-7.1.0beta1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6955790107e56f4f776e2b7414582ee9dc28f9c0;p=php silence compiler noise --- diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 7628394b46..7f3415c126 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -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);