1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Shut gcc up

This commit is contained in:
Zeev Suraski
1999-12-24 20:19:37 +00:00
parent 3bf1b04cb4
commit 57fbbf2036

View File

@@ -386,7 +386,7 @@ zend_op_array *compile_filename(int mode, zval *filename CLS_DC ELS_DC)
zend_file_handle file_handle;
zval tmp;
zend_op_array *retval;
int error_reporting;
int error_reporting=0;
if (filename->type != IS_STRING) {
tmp = *filename;