Skip to content

Commit b9ad345

Browse files
bwoebilaruence
authored andcommitted
Shut up, my lovely compiler; I do not like your warnings
Conflicts: Zend/zend_object_handlers.c
1 parent d517688 commit b9ad345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zend_accelerator_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ static ZEND_FUNCTION(opcache_compile_file)
775775
op_array = persistent_compile_file(&handle, ZEND_INCLUDE TSRMLS_CC);
776776
} zend_catch {
777777
EG(current_execute_data) = orig_execute_data;
778-
zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " could not compile file %s" TSRMLS_CC, handle.filename);
778+
zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " could not compile file %s", handle.filename);
779779
} zend_end_try();
780780

781781
if(op_array != NULL) {

0 commit comments

Comments
 (0)