Ticket #4131 (new defect) — at Version 1
warning: Deprecated pre-processor symbol, replace with G_UNICODE_COMBINING_MARK
Reported by: | angel_il | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.26 |
Component: | mc-core | Version: | master |
Keywords: | deprecated symbol | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description (last modified by andrew_b) (diff)
Making all in strutil make[3]: вход в каталог «/home/holmes/buildroot/mc/lib/strutil» CC strutilutf8.lo strutilutf8.c: In function ‘str_unichar_iscombiningmark’: strutilutf8.c:73:13: warning: Deprecated pre-processor symbol, replace with 73 | return (type == G_UNICODE_COMBINING_MARK) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libmcstrutil.la
Change History
Note: See
TracTickets for help on using
tickets.
fixup for G_UNICODE_COMBINING_MARK has been deprecated since version 2.30 and should not be used in newly-written code. Use G_UNICODE_SPACING_MARK.