! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Git master fails to build with --enable-debug=full (g_mapped_file_free deprec...
Status:
RESOLVED: FIXED
Product:
Xfce4-appfinder
Component:
General

Comments

Description Jérôme Guelfucci editbugs 2012-04-07 18:01:41 CEST
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.
Comment 1 Nick Schermer editbugs 2012-04-13 18:58:03 CEST
Fixed in 354628c and a9336a8.

Bug #8649

Reported by:
Jérôme Guelfucci
Reported on: 2012-04-07
Last modified on: 2012-04-13

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Additional information