From: foobar Date: Mon, 6 Jun 2005 22:01:41 +0000 (+0000) Subject: silence warning X-Git-Tag: php-5.0.1b1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e9d432d9b4e641f81e7e30166be7ec88600bac;p=php silence warning --- diff --git a/main/main.c b/main/main.c index b61b6a8f9e..c4b50ba84f 100644 --- a/main/main.c +++ b/main/main.c @@ -835,10 +835,12 @@ static FILE *php_fopen_wrapper_for_zend(const char *filename, char **opened_path } /* }}} */ +#if wez_0 static void stream_closer_for_zend(void *handle TSRMLS_DC) { php_stream_close((php_stream*)handle); } +#endif static long stream_fteller_for_zend(void *handle TSRMLS_DC) {