summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-11 12:36:10 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-11 12:36:10 +0200
commit47c74e780de1b51f65473ba9f57b98ff3a96c1d8 (patch)
tree2d30c34adbc3dcc763459f6969b541ac2eb4fbb8 /ext/mbstring/php_mbregex.c
parent5f46d2180cfd97ede75b72498ddf887761aec125 (diff)
parentcd8312a77e5f5fee62949ecb22664e8b24013c01 (diff)
downloadphp-git-47c74e780de1b51f65473ba9f57b98ff3a96c1d8.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c
index 3b8466fbe7..4206a0a9f8 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) \