Ticket #4131 (new defect) — at Version 1

Opened 3 years ago

Last modified 3 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 (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

Changed 3 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.

comment:1 Changed 3 years ago by andrew_b

  • Description modified (diff)

MC requires glib >= 2.30. Therefore we can just get rid of G_UNICODE_COMBINING_MARK usage.

Note: See TracTickets for help on using tickets.