diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-11 12:36:01 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-04-11 12:36:01 +0200 |
commit | cd8312a77e5f5fee62949ecb22664e8b24013c01 (patch) | |
tree | 9c2e15431f2c620e5d60a5d8b8272d7b8431ad9d /ext/mbstring/php_mbregex.c | |
parent | d087a356feae73f223c5fdccd694d7af4e44601a (diff) | |
parent | a61d24e4d8350b9bd749ca74bdaed422c6caa830 (diff) | |
download | php-git-cd8312a77e5f5fee62949ecb22664e8b24013c01.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r-- | ext/mbstring/php_mbregex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 12ee4cf47c..83cd25d89d 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -37,7 +37,7 @@ #if ONIGURUMA_VERSION_INT < 60800 typedef void OnigMatchParam; #define onig_new_match_param() (NULL) -#define onig_initialize_match_param(x) +#define onig_initialize_match_param(x) (void)(x) #define onig_set_match_stack_limit_size_of_match_param(x, y) #define onig_free_match_param(x) #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ |