Ticket #4131 (new defect) — at Initial Version

Opened 4 years ago

Last modified 4 years ago

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

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

Changed 4 years ago by angel_il

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.

Note: See TracTickets for help on using tickets.