diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2024-05-01 04:35:18 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-09 09:50:48 +0200 |
commit | 04eae467796a784c79d016d8bc18cbb23ddffb74 (patch) | |
tree | 97f9375dafbd0298c1fcf0af5cbad95303df4975 /libc/sysdeps/linux/csky/libc-read_tp.S | |
parent | 035e048fd68141779c147e387f608e8da6713d57 (diff) |
iconv: fix type mismatches
With gcc-14 warnings caused by type mismatches turn to errors:
- iconv_t is not a pointer type, convert the result directly to iconv_t
in combine_to_from()
- unsigned int is not the same as wchar_t, use temporary wchar_t wc as
an argument for utf8dec_wchar()
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/csky/libc-read_tp.S')
0 files changed, 0 insertions, 0 deletions