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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user