Skip to content

Bump max allowed glib version to 2.64

Bumping the max version gets rid of a build warning introduced in MR !136 (merged)

The warning in question is:

../src/util.c:153:3: warning: ‘g_list_store_find’ is deprecated: Not available before 2.64 [-Wdeprecated-declarations]
  153 |   return g_list_store_find ((GListStore *) list,

The function g_list_store_find is available since glib v 2.64

Edited by Evangelos Ribeiro Tzaras

Merge request reports