https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281083

--- Comment #9 from mew14930xvi <mew14930...@inbox.lv> ---
It was not an implicit type conversion.

glib 2.80.5
#define g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(const guchar *)(p)])

glib 2.82.0
#define g_utf8_next_char(p) ((p) + g_utf8_skip[*(const guchar *)(p)])

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to