1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix build warning in release mode

This isn't warned on by default, and can break the build if werror is
used.
This commit is contained in:
Niels Dossche
2024-05-31 19:56:27 +02:00
parent e4a8d5b16f
commit 3096c71594

View File

@@ -65,7 +65,6 @@ static xmlNodePtr serialize_parameter(sdlParamPtr param,zval *param_val,int inde
static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent);
static void delete_service(void *service);
static void delete_hashtable(void *hashtable);
static void delete_argv(struct _soap_class *class);
static void soap_error_handler(int error_num, zend_string *error_filename, const uint32_t error_lineno, zend_string *message);