diff options
| author | Sascha Schumann <sas@php.net> | 2003-08-28 16:41:20 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2003-08-28 16:41:20 +0000 |
| commit | 2e36578cfd7c7a33dafcc2a48fbb0a718999af12 (patch) | |
| tree | 8779bd7817fd02e68fe126ed59d71a948e21cf9b /Zend/zend_compile.c | |
| parent | 04bbd9a2f77711e6d3843f57cf45a406966e2352 (diff) | |
| download | php-git-2e36578cfd7c7a33dafcc2a48fbb0a718999af12.tar.gz | |
Add format attribute to a number of functions
Kill a few warnings
Diffstat (limited to 'Zend/zend_compile.c')
| -rw-r--r-- | Zend/zend_compile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 30c36d92a2..7c1f005bb0 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1352,8 +1352,7 @@ void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC) "If you would like to enable call-time pass-by-reference, you can set " "allow_call_time_pass_reference to true in your INI file. " "However, future versions may not support this any longer. ", - (function_ptr?function_ptr->common.function_name:"[runtime function name]"), - offset+1); + (function_ptr?function_ptr->common.function_name:"[runtime function name]")); } if (function_ptr) { |
