1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Fix compiler warning

This cast is already done for all other _aliases, but this one has
apparently been missed so far.
This commit is contained in:
Christoph M. Becker
2019-12-06 16:48:18 +01:00
parent ebf35cc8e8
commit 1d69bf187f
@@ -48,7 +48,7 @@ const mbfl_encoding mbfl_encoding_2022jp_kddi = {
mbfl_no_encoding_2022jp_kddi,
"ISO-2022-JP-MOBILE#KDDI",
"ISO-2022-JP",
&mbfl_encoding_2022jp_kddi_aliases,
(const char *(*)[])&mbfl_encoding_2022jp_kddi_aliases,
NULL,
MBFL_ENCTYPE_MBCS | MBFL_ENCTYPE_SHFTCODE | MBFL_ENCTYPE_GL_UNSAFE,
&vtbl_2022jp_kddi_wchar,