appfinder-model.c: In function ‘xfce_appfinder_model_history_changed’: appfinder-model.c:1108:15: error: ‘g_mapped_file_free’ is deprecated (declared at /usr/include/glib-2.0/glib/gmappedfile.h:48): Use 'g_mapped_file_unref' instead [-Werror=deprecated-declarations] appfinder-model.c: In function ‘xfce_appfinder_model_collect_thread’: appfinder-model.c:1620:11: error: ‘g_mapped_file_free’ is deprecated (declared at /usr/include/glib-2.0/glib/gmappedfile.h:48): Use 'g_mapped_file_unref' instead [-Werror=deprecated-declarations] cc1: all warnings being treated as errors This happens with glib 2.32.
Fixed in 354628c and a9336a8.