===> Building for lxsession-0.5.5nb10 /opt/pkg/bin/bmake all-recursive Making all in data Making all in ui Making all in man Making all in po CC lxsettings-daemon/lxsession_lxsession-settings-daemon.o CC lxsettings-daemon/lxsession_lxsession-xevent.o CC lxsettings-daemon/lxsession_lxsession-xsettings-common.o CC lxsettings-daemon/lxsession_lxsession-xsettings-manager.o CC lxsettings-daemon/lxsession_lxsession-xutils.o CC lxsession-edit/lxsession_default_apps_lxsession_default_apps-lxsession-edit-common.o In file included from lxsession-edit/lxsession-edit-common.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession-edit/lxsession-edit-common.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession-edit/lxsession-edit-common.c:126:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( name = g_dir_read_name(dir) ) ~~~~~^~~~~~~~~~~~~~~~~~~~~~ lxsession-edit/lxsession-edit-common.c:126:21: note: place parentheses around the assignment to silence this warning while( name = g_dir_read_name(dir) ) ^ ( ) lxsession-edit/lxsession-edit-common.c:126:21: note: use '==' to turn this assignment into an equality comparison while( name = g_dir_read_name(dir) ) ^ == 3 warnings generated. CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-main.o lxsettings-daemon/main.c:205:6: warning: passing 'typeof (*(&main_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&main_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-settings-daemon.o CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-xevent.o CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-xsettings-common.o CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-xsettings-manager.o CC lxsettings-daemon/lxsettings_daemon_lxsettings_daemon-xutils.o CC xdg-autostart/xdg_autostart_lxsession_xdg_autostart-main.o xdg-autostart/main.c:176:6: warning: passing 'typeof (*(&lxsession_main_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_main_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC xdg-autostart/xdg_autostart_lxsession_xdg_autostart-xdg-autostart.o CC lxsession/lxsession_lxsession-main.o In file included from lxsession/main.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession/main.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/main.c:1945:123: warning: comparison of function '_lxsession_on_bus_aquired_gbus_acquired_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1945:123: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:1945:313: warning: comparison of function '____lambda15__gbus_name_acquired_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1945:313: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:1945:489: warning: comparison of function '____lambda16__gbus_name_lost_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1945:489: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.lxde.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda15__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda15__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda16__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda16__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:1953:124: warning: comparison of function '_lxsession_on_gnome_bus_aquired_gbus_acquired_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1953:124: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:1953:326: warning: comparison of function '____lambda17__gbus_name_acquired_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1953:326: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:1953:502: warning: comparison of function '____lambda18__gbus_name_lost_callback' equal to a null pointer is always false [-Wtautological-pointer-compare] g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ lxsession/main.c:1953:502: note: prefix with the address-of operator to silence this warning g_bus_own_name_with_closures (G_BUS_TYPE_SESSION, "org.gnome.SessionManager", G_BUS_NAME_OWNER_FLAGS_NONE, (GClosure*) ((_lxsession_on_gnome_bus_aquired_gbus_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) _lxsession_on_gnome_bus_aquired_gbus_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda17__gbus_name_acquired_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda17__gbus_name_acquired_callback, NULL, (GClosureNotify) NULL)), (GClosure*) ((____lambda18__gbus_name_lost_callback == NULL) ? NULL : g_cclosure_new ((GCallback) ____lambda18__gbus_name_lost_callback, NULL, (GClosureNotify) NULL))); ^ & lxsession/main.c:2091:6: warning: passing 'typeof (*(&lxsession_main_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_main_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 9 warnings generated. CC lxsession/lxsession_lxsession-app.o In file included from lxsession/app.c:34: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession/app.c:34: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/app.c:1565:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionAppObjectPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:1581:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_APP_OBJECT_GET_PRIVATE (self); ^ lxsession/app.c:805:46: note: expanded from macro 'LXSESSION_APP_OBJECT_GET_PRIVATE' #define LXSESSION_APP_OBJECT_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_APP_OBJECT, LxsessionAppObjectPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :102:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:1600:6: warning: passing 'typeof (*(&lxsession_app_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_app_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:1712:6: warning: passing 'typeof (*(&lxsession_simple_app_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_simple_app_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:1768:6: warning: passing 'typeof (*(&lxsession_generic_app_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_generic_app_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:1841:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionGenericSimpleAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:1852:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_GENERIC_SIMPLE_APP_GET_PRIVATE (self); ^ lxsession/app.c:862:54: note: expanded from macro 'LXSESSION_GENERIC_SIMPLE_APP_GET_PRIVATE' #define LXSESSION_GENERIC_SIMPLE_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_GENERIC_SIMPLE_APP, LxsessionGenericSimpleAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :115:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:1868:6: warning: passing 'typeof (*(&lxsession_generic_simple_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_generic_simple_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:2557:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionWindowsManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:2564:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_WINDOWS_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:876:55: note: expanded from macro 'LXSESSION_WINDOWS_MANAGER_APP_GET_PRIVATE' #define LXSESSION_WINDOWS_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_WINDOWS_MANAGER_APP, LxsessionWindowsManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :150:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:2581:6: warning: passing 'typeof (*(&lxsession_windows_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_windows_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:2764:6: warning: passing 'typeof (*(&lxsession_panel_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_panel_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:2817:6: warning: passing 'typeof (*(&lxsession_dock_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_dock_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:2920:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionScreensaverAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:2927:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_SCREENSAVER_APP_GET_PRIVATE (self); ^ lxsession/app.c:909:51: note: expanded from macro 'LXSESSION_SCREENSAVER_APP_GET_PRIVATE' #define LXSESSION_SCREENSAVER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_SCREENSAVER_APP, LxsessionScreensaverAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :159:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:2941:6: warning: passing 'typeof (*(&lxsession_screensaver_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_screensaver_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:3061:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionPowerManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:3068:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_POWER_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:918:53: note: expanded from macro 'LXSESSION_POWER_MANAGER_APP_GET_PRIVATE' #define LXSESSION_POWER_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_POWER_MANAGER_APP, LxsessionPowerManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :164:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:3083:6: warning: passing 'typeof (*(&lxsession_power_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_power_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:3311:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionFileManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:3318:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_FILE_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:927:52: note: expanded from macro 'LXSESSION_FILE_MANAGER_APP_GET_PRIVATE' #define LXSESSION_FILE_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_FILE_MANAGER_APP, LxsessionFileManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :8:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:3334:6: warning: passing 'typeof (*(&lxsession_file_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_file_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:3701:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionDesktopAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:3708:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_DESKTOP_APP_GET_PRIVATE (self); ^ lxsession/app.c:936:47: note: expanded from macro 'LXSESSION_DESKTOP_APP_GET_PRIVATE' #define LXSESSION_DESKTOP_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_DESKTOP_APP, LxsessionDesktopAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :17:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:3723:6: warning: passing 'typeof (*(&lxsession_desktop_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_desktop_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:3849:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionPolkitAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:3856:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_POLKIT_APP_GET_PRIVATE (self); ^ lxsession/app.c:947:46: note: expanded from macro 'LXSESSION_POLKIT_APP_GET_PRIVATE' #define LXSESSION_POLKIT_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_POLKIT_APP, LxsessionPolkitAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :22:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:3870:6: warning: passing 'typeof (*(&lxsession_polkit_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_polkit_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4030:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionNetworkGuiAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4037:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_NETWORK_GUI_APP_GET_PRIVATE (self); ^ lxsession/app.c:957:51: note: expanded from macro 'LXSESSION_NETWORK_GUI_APP_GET_PRIVATE' #define LXSESSION_NETWORK_GUI_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_NETWORK_GUI_APP, LxsessionNetworkGuiAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :27:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4052:6: warning: passing 'typeof (*(&lxsession_network_gui_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_network_gui_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4152:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionAudioManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4159:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_AUDIO_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:966:53: note: expanded from macro 'LXSESSION_AUDIO_MANAGER_APP_GET_PRIVATE' #define LXSESSION_AUDIO_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_AUDIO_MANAGER_APP, LxsessionAudioManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :32:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4173:6: warning: passing 'typeof (*(&lxsession_audio_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_audio_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4301:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionQuitManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4308:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_QUIT_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:975:52: note: expanded from macro 'LXSESSION_QUIT_MANAGER_APP_GET_PRIVATE' #define LXSESSION_QUIT_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_QUIT_MANAGER_APP, LxsessionQuitManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :37:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4324:6: warning: passing 'typeof (*(&lxsession_quit_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_quit_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4424:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionWorkspaceManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4431:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_WORKSPACE_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:984:57: note: expanded from macro 'LXSESSION_WORKSPACE_MANAGER_APP_GET_PRIVATE' #define LXSESSION_WORKSPACE_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_WORKSPACE_MANAGER_APP, LxsessionWorkspaceManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :42:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4445:6: warning: passing 'typeof (*(&lxsession_workspace_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_workspace_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4581:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionLauncherManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4588:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_LAUNCHER_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:993:56: note: expanded from macro 'LXSESSION_LAUNCHER_MANAGER_APP_GET_PRIVATE' #define LXSESSION_LAUNCHER_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_LAUNCHER_MANAGER_APP, LxsessionLauncherManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :47:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4602:6: warning: passing 'typeof (*(&lxsession_launcher_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_launcher_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4722:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionTerminalManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4730:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_TERMINAL_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:1004:56: note: expanded from macro 'LXSESSION_TERMINAL_MANAGER_APP_GET_PRIVATE' #define LXSESSION_TERMINAL_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_TERMINAL_MANAGER_APP, LxsessionTerminalManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :52:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4744:6: warning: passing 'typeof (*(&lxsession_terminal_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_terminal_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:4843:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionProxyManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:4850:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_PROXY_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:1015:53: note: expanded from macro 'LXSESSION_PROXY_MANAGER_APP_GET_PRIVATE' #define LXSESSION_PROXY_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_PROXY_MANAGER_APP, LxsessionProxyManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :57:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:4865:6: warning: passing 'typeof (*(&lxsession_proxy_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_proxy_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:5001:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionA11yAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:5008:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_A11Y_APP_GET_PRIVATE (self); ^ lxsession/app.c:1024:44: note: expanded from macro 'LXSESSION_A11Y_APP_GET_PRIVATE' #define LXSESSION_A11Y_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_A11Y_APP, LxsessionA11yAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :62:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:5022:6: warning: passing 'typeof (*(&lxsession_a11y_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_a11y_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:5121:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionXrandrAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:5128:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_XRANDR_APP_GET_PRIVATE (self); ^ lxsession/app.c:1033:46: note: expanded from macro 'LXSESSION_XRANDR_APP_GET_PRIVATE' #define LXSESSION_XRANDR_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_XRANDR_APP, LxsessionXrandrAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :67:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:5142:6: warning: passing 'typeof (*(&lxsession_xrandr_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_xrandr_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:5297:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionKeyringAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:5304:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_KEYRING_APP_GET_PRIVATE (self); ^ lxsession/app.c:1042:47: note: expanded from macro 'LXSESSION_KEYRING_APP_GET_PRIVATE' #define LXSESSION_KEYRING_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_KEYRING_APP, LxsessionKeyringAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :72:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:5319:6: warning: passing 'typeof (*(&lxsession_keyring_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_keyring_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:5465:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionScreenshotManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:5472:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_SCREENSHOT_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:1051:58: note: expanded from macro 'LXSESSION_SCREENSHOT_MANAGER_APP_GET_PRIVATE' #define LXSESSION_SCREENSHOT_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_SCREENSHOT_MANAGER_APP, LxsessionScreenshotManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :81:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:5486:6: warning: passing 'typeof (*(&lxsession_screenshot_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_screenshot_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:7025:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionUpdatesManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:7038:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_UPDATES_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:1064:55: note: expanded from macro 'LXSESSION_UPDATES_MANAGER_APP_GET_PRIVATE' #define LXSESSION_UPDATES_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_UPDATES_MANAGER_APP, LxsessionUpdatesManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :112:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:7085:6: warning: passing 'typeof (*(&lxsession_updates_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_updates_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/app.c:7588:65: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (_vala_string_array_contains (_tmp35_, _tmp35__length1, _tmp34_)) { ^~~~~~~ lxsession/app.c:7409:86: note: passing argument to parameter 'needle' here static gboolean _vala_string_array_contains (gchar** stack, int stack_length, gchar* needle) { ^ lxsession/app.c:7947:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionCrashManagerAppPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/app.c:7955:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_CRASH_MANAGER_APP_GET_PRIVATE (self); ^ lxsession/app.c:1125:53: note: expanded from macro 'LXSESSION_CRASH_MANAGER_APP_GET_PRIVATE' #define LXSESSION_CRASH_MANAGER_APP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_CRASH_MANAGER_APP, LxsessionCrashManagerAppPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :199:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/app.c:7976:6: warning: passing 'typeof (*(&lxsession_crash_manager_app_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_crash_manager_app_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 70 warnings generated. CC lxsession/lxsession_lxsession-autostart.o lxsession/autostart.c:552:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionLxsessionAutostartConfigPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/autostart.c:558:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_LXSESSION_AUTOSTART_CONFIG_GET_PRIVATE (self); ^ lxsession/autostart.c:99:62: note: expanded from macro 'LXSESSION_LXSESSION_AUTOSTART_CONFIG_GET_PRIVATE' #define LXSESSION_LXSESSION_AUTOSTART_CONFIG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_LXSESSION_AUTOSTART_CONFIG, LxsessionLxsessionAutostartConfigPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :89:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/autostart.c:572:6: warning: passing 'typeof (*(&lxsession_lxsession_autostart_config_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lxsession_autostart_config_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC lxsession/lxsession_lxsession-conffiles.o lxsession/conffiles.c:445:6: warning: passing 'typeof (*(&lxsession_conffiles_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_conffiles_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC lxsession/lxsession_lxsession-control.o lxsession/control.c:134:6: warning: passing 'typeof (*(&lxsession_control_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_control_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 1 warning generated. CC lxsession/lxsession_lxsession-dbus-common.o lxsession/dbus-common.c:258:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_session_object_lxsession_can_shutdown); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-common.c:259:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_session_object_lxsession_can_shutdown_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:269:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:336:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:338:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:343:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:345:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:448:6: warning: passing 'typeof (*(&lxsession_session_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_session_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/dbus-common.c:500:6: warning: passing 'typeof (*(&lxsession_console_kit_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_console_kit_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/dbus-common.c:576:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (user_data, g_object_ref (res), g_object_unref); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:577:2: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (user_data); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:591:236: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] g_dbus_connection_send_message_with_reply (g_dbus_proxy_get_connection ((GDBusProxy *) self), _message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, g_dbus_proxy_get_default_timeout ((GDBusProxy *) self), NULL, NULL, _vala_g_async_ready_callback, g_simple_async_result_new ((GObject *) self, _callback_, _user_data_, NULL)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-common.c:602:120: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _reply_message = g_dbus_connection_send_message_with_reply_finish (g_dbus_proxy_get_connection ((GDBusProxy *) self), g_simple_async_result_get_op_res_gpointer ((GSimpleAsyncResult *) _res_), error); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-common.c:631:236: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] g_dbus_connection_send_message_with_reply (g_dbus_proxy_get_connection ((GDBusProxy *) self), _message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, g_dbus_proxy_get_default_timeout ((GDBusProxy *) self), NULL, NULL, _vala_g_async_ready_callback, g_simple_async_result_new ((GObject *) self, _callback_, _user_data_, NULL)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-common.c:642:120: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _reply_message = g_dbus_connection_send_message_with_reply_finish (g_dbus_proxy_get_connection ((GDBusProxy *) self), g_simple_async_result_get_op_res_gpointer ((GSimpleAsyncResult *) _res_), error); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 15 warnings generated. CC lxsession/lxsession_lxsession-dbus-gnome-session.o lxsession/dbus-gnome-session.c:338:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_gnome_session_server_RegisterClient); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-gnome-session.c:339:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_gnome_session_server_RegisterClient_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:356:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:372:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:374:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:393:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_gnome_session_server_UnregisterClient); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-gnome-session.c:394:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_gnome_session_server_UnregisterClient_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:403:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:419:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:421:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:448:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_gnome_session_server_Inhibit); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-gnome-session.c:449:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_gnome_session_server_Inhibit_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:470:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:507:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:509:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:529:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_gnome_session_server_Uninhibit); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-gnome-session.c:530:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_gnome_session_server_Uninhibit_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:541:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:559:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:561:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:591:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_gnome_session_server_CanShutdown); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-gnome-session.c:592:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_gnome_session_server_CanShutdown_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:601:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:639:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:641:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:701:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionGnomeSessionServerPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-gnome-session.c:717:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_GNOME_SESSION_SERVER_GET_PRIVATE (self); ^ lxsession/dbus-gnome-session.c:153:56: note: expanded from macro 'LXSESSION_GNOME_SESSION_SERVER_GET_PRIVATE' #define LXSESSION_GNOME_SESSION_SERVER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_GNOME_SESSION_SERVER, LxsessionGnomeSessionServerPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :86:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/dbus-gnome-session.c:733:6: warning: passing 'typeof (*(&lxsession_gnome_session_server_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_gnome_session_server_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/dbus-gnome-session.c:1134:74: warning: incompatible pointer types passing 'gchar **' (aka 'char **') to parameter of type 'const gchar *' (aka 'const char *'); dereference with * [-Wincompatible-pointer-types] g_variant_builder_add_value (&_arguments_builder, g_variant_new_string (path)); ^~~~ * /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gvariant.h:103:96: note: passing argument to parameter 'string' here GVariant * g_variant_new_string (const gchar *string); ^ lxsession/dbus-gnome-session.c:1148:74: warning: incompatible pointer types passing 'gchar **' (aka 'char **') to parameter of type 'const gchar *' (aka 'const char *'); dereference with * [-Wincompatible-pointer-types] g_variant_builder_add_value (&_arguments_builder, g_variant_new_string (path)); ^~~~ * /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gvariant.h:103:96: note: passing argument to parameter 'string' here GVariant * g_variant_new_string (const gchar *string); ^ lxsession/dbus-gnome-session.c:1162:74: warning: incompatible pointer types passing 'gchar **' (aka 'char **') to parameter of type 'const gchar *' (aka 'const char *'); dereference with * [-Wincompatible-pointer-types] g_variant_builder_add_value (&_arguments_builder, g_variant_new_string (path)); ^~~~ * /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gvariant.h:103:96: note: passing argument to parameter 'string' here GVariant * g_variant_new_string (const gchar *string); ^ lxsession/dbus-gnome-session.c:1176:74: warning: incompatible pointer types passing 'gchar **' (aka 'char **') to parameter of type 'const gchar *' (aka 'const char *'); dereference with * [-Wincompatible-pointer-types] g_variant_builder_add_value (&_arguments_builder, g_variant_new_string (path)); ^~~~ * /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gvariant.h:103:96: note: passing argument to parameter 'string' here GVariant * g_variant_new_string (const gchar *string); ^ 32 warnings generated. CC lxsession/lxsession_lxsession-dbus-lxde-session.o In file included from lxsession/dbus-lxde-session.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession/dbus-lxde-session.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-lxde-session.c:911:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_lxde_session_server_CanShutdown); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-lxde-session.c:912:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_lxde_session_server_CanShutdown_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:921:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:959:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:961:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:3535:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_lxde_session_server_PackageManagerRunning); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/dbus-lxde-session.c:3536:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_lxde_session_server_PackageManagerRunning_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:3545:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:3565:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:3567:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/dbus-lxde-session.c:3609:6: warning: passing 'typeof (*(&lxsession_lxde_session_server_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lxde_session_server_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 13 warnings generated. CC lxsession/lxsession_lxsession-environement.o lxsession/environement.c:1019:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionLxsessionEnvPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/environement.c:1029:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_LXSESSION_ENV_GET_PRIVATE (self); ^ lxsession/environement.c:93:49: note: expanded from macro 'LXSESSION_LXSESSION_ENV_GET_PRIVATE' #define LXSESSION_LXSESSION_ENV_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_LXSESSION_ENV, LxsessionLxsessionEnvPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :4:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/environement.c:1062:6: warning: passing 'typeof (*(&lxsession_lxsession_env_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lxsession_env_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC lxsession/lxsession_lxsession-notifications.o In file included from lxsession/notifications.c:25: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession/notifications.c:25: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession/notifications.c:225:6: warning: passing 'typeof (*(&lxsession_menu_item_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_menu_item_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/notifications.c:377:6: warning: passing 'typeof (*(&lxsession_menu_item_generic_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_menu_item_generic_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/notifications.c:430:6: warning: passing 'typeof (*(&lxsession_menu_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_menu_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/notifications.c:444:103: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (callback_target_destroy_notify == NULL) ? NULL : (callback_target_destroy_notify (callback_target), NULL); ^ /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ lxsession/notifications.c:474:6: warning: passing 'typeof (*(&lxsession_menu_generic_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_menu_generic_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/notifications.c:570:103: warning: expression result unused; should this cast be to 'void'? [-Wunused-value] (callback_target_destroy_notify == NULL) ? NULL : (callback_target_destroy_notify (callback_target), NULL); ^ /System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/include/stddef.h:89:17: note: expanded from macro 'NULL' # define NULL ((void*)0) ^ lxsession/notifications.c:611:6: warning: passing 'typeof (*(&lxsession_icon_object_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_icon_object_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 9 warnings generated. CC lxsession/lxsession_lxsession-options.o lxsession/options.c:302:6: warning: passing 'typeof (*(&lxsession_option_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_option_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/options.c:511:6: warning: passing 'typeof (*(&lxsession_keymap_option_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_keymap_option_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/options.c:575:6: warning: passing 'typeof (*(&lxsession_clipboard_option_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_clipboard_option_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/options.c:625:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionUpstartUserSessionOptionPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/options.c:631:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_UPSTART_USER_SESSION_OPTION_GET_PRIVATE (self); ^ lxsession/options.c:197:63: note: expanded from macro 'LXSESSION_UPSTART_USER_SESSION_OPTION_GET_PRIVATE' #define LXSESSION_UPSTART_USER_SESSION_OPTION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_UPSTART_USER_SESSION_OPTION, LxsessionUpstartUserSessionOptionPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :170:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/options.c:645:6: warning: passing 'typeof (*(&lxsession_upstart_user_session_option_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_upstart_user_session_option_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/options.c:806:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionXSettingsOptionPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/options.c:812:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_XSETTINGS_OPTION_GET_PRIVATE (self); ^ lxsession/options.c:206:52: note: expanded from macro 'LXSESSION_XSETTINGS_OPTION_GET_PRIVATE' #define LXSESSION_XSETTINGS_OPTION_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_XSETTINGS_OPTION, LxsessionXSettingsOptionPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :175:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/options.c:826:6: warning: passing 'typeof (*(&lxsession_xsettings_option_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_xsettings_option_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 9 warnings generated. CC lxsession/lxsession_lxsession-process.o CC lxsession/lxsession_lxsession-settings.o lxsession/settings.c:938:63: warning: passing 'const gchar *' (aka 'const char *') to parameter of type 'gchar *' (aka 'char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (_vala_string_array_contains (_tmp15_, _tmp15__length1, _tmp14_)) { ^~~~~~~ lxsession/settings.c:877:86: note: passing argument to parameter 'needle' here static gboolean _vala_string_array_contains (gchar** stack, int stack_length, gchar* needle) { ^ lxsession/settings.c:1424:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionLxsessionConfigPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/settings.c:1439:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_LXSESSION_CONFIG_GET_PRIVATE (self); ^ lxsession/settings.c:164:52: note: expanded from macro 'LXSESSION_LXSESSION_CONFIG_GET_PRIVATE' #define LXSESSION_LXSESSION_CONFIG_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_LXSESSION_CONFIG, LxsessionLxsessionConfigPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :123:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/settings.c:1465:6: warning: passing 'typeof (*(&lxsession_lxsession_config_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lxsession_config_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/settings.c:3570:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionLxsessionConfigKeyFilePrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession/settings.c:3586:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_LXSESSION_CONFIG_KEY_FILE_GET_PRIVATE (self); ^ lxsession/settings.c:205:61: note: expanded from macro 'LXSESSION_LXSESSION_CONFIG_KEY_FILE_GET_PRIVATE' #define LXSESSION_LXSESSION_CONFIG_KEY_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_LXSESSION_CONFIG_KEY_FILE, LxsessionLxsessionConfigKeyFilePrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :122:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession/settings.c:3611:6: warning: passing 'typeof (*(&lxsession_lxsession_config_key_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lxsession_config_key_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/settings.c:4402:6: warning: passing 'typeof (*(&lxsession_razor_qt_config_key_file_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_razor_qt_config_key_file_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 8 warnings generated. CC lxsession/lxsession_lxsession-utils.o lxsession/utils.c:162:6: warning: passing 'typeof (*(&lxsession_app_type_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_app_type_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ lxsession/utils.c:307:19: warning: assigning to 'gchar **' (aka 'char **') from 'const gchar *const *' (aka 'const char *const *') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] _tmp8_ = _tmp7_ = g_get_system_config_dirs (); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ lxsession/utils.c:445:6: warning: passing 'typeof (*(&lxsession_lx_signals_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_lx_signals_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC lxpolkit/lxpolkit_lxpolkit-main.o In file included from lxpolkit/main.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxpolkit/main.c:28: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxpolkit/main.c:80:51: warning: 'G_APPLICATION_FLAGS_NONE' is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations] _tmp0_ = g_application_new ("org.lxde.lxpolkit", G_APPLICATION_FLAGS_NONE); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gioenums.h:1545:28: note: 'G_APPLICATION_FLAGS_NONE' has been explicitly marked deprecated here G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS), ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:858:50: note: expanded from macro 'GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR' #define GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1317:43: note: expanded from macro 'GLIB_DEPRECATED_ENUMERATOR_FOR' #define GLIB_DEPRECATED_ENUMERATOR_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxpolkit/main.c:143:6: warning: passing 'typeof (*(&lxsession_main_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_main_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 4 warnings generated. CC lxpolkit/lxpolkit_lxpolkit-lxpolkit.o In file included from lxpolkit/lxpolkit.c:31: In file included from lxpolkit/lxpolkit.h:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxpolkit/lxpolkit.c:31: In file included from lxpolkit/lxpolkit.h:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxpolkit/lxpolkit.c:41:12: warning: enumeration values 'GTK_MESSAGE_WARNING', 'GTK_MESSAGE_QUESTION', and 'GTK_MESSAGE_OTHER' not handled in switch [-Wswitch] switch(type) ^ lxpolkit/lxpolkit.c:41:12: note: add missing switch cases switch(type) ^ lxpolkit/lxpolkit.c:69:9: warning: 'polkit_agent_register_listener' is deprecated: Use polkit_agent_listener_register instead [-Wdeprecated-declarations] if(!polkit_agent_register_listener(listener, session, NULL, &err)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/polkit-1/polkitagent/polkitagentlistener.h:115:99: note: 'polkit_agent_register_listener' has been explicitly marked deprecated here GError **error) G_GNUC_DEPRECATED_FOR (polkit_agent_listener_register); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:739:18: note: expanded from macro 'G_GNUC_DEPRECATED_FOR' __attribute__((deprecated("Use " #f " instead"))) \ ^ 4 warnings generated. CC lxpolkit/lxpolkit_lxpolkit-lxpolkit-listener.o In file included from lxpolkit/lxpolkit-listener.c:27: In file included from lxpolkit/lxpolkit.h:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxpolkit/lxpolkit-listener.c:27: In file included from lxpolkit/lxpolkit.h:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxpolkit/lxpolkit-listener.c:88:18: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkWindow *' (aka 'struct _GtkWindow *') [-Wincompatible-pointer-types] show_msg(data->dlg, GTK_MESSAGE_ERROR, _("Authentication failed!\nWrong password?")); ^~~~~~~~~ lxpolkit/lxpolkit.h:30:26: note: passing argument to parameter 'parent' here void show_msg(GtkWindow* parent, GtkMessageType type, const char* msg); ^ lxpolkit/lxpolkit-listener.c:92:28: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkEntry *' (aka 'struct _GtkEntry *') [-Wincompatible-pointer-types] gtk_entry_set_text(data->request, ""); ^~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkentry.h:213:65: note: passing argument to parameter 'entry' here void gtk_entry_set_text (GtkEntry *entry, ^ lxpolkit/lxpolkit-listener.c:94:25: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkComboBox *' (aka 'struct _GtkComboBox *') [-Wincompatible-pointer-types] on_user_changed(data->id, data); ^~~~~~~~ lxpolkit/lxpolkit-listener.c:65:42: note: passing argument to parameter 'id_combo' here static void on_user_changed(GtkComboBox* id_combo, DlgData* data); ^ lxpolkit/lxpolkit-listener.c:97:5: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete(data->result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxpolkit/lxpolkit-listener.c:109:24: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkLabel *' (aka 'struct _GtkLabel *') [-Wincompatible-pointer-types] gtk_label_set_text(data->request_label, msg); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtklabel.h:112:67: note: passing argument to parameter 'label' here void gtk_label_set_text (GtkLabel *label, ^ lxpolkit/lxpolkit-listener.c:110:30: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkEntry *' (aka 'struct _GtkEntry *') [-Wincompatible-pointer-types] gtk_entry_set_visibility(data->request, echo_on); ^~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkentry.h:176:55: note: passing argument to parameter 'entry' here void gtk_entry_set_visibility (GtkEntry *entry, ^ lxpolkit/lxpolkit-listener.c:116:14: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkWindow *' (aka 'struct _GtkWindow *') [-Wincompatible-pointer-types] show_msg(data->dlg, GTK_MESSAGE_ERROR, text); ^~~~~~~~~ lxpolkit/lxpolkit.h:30:26: note: passing argument to parameter 'parent' here void show_msg(GtkWindow* parent, GtkMessageType type, const char* msg); ^ lxpolkit/lxpolkit-listener.c:122:14: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkWindow *' (aka 'struct _GtkWindow *') [-Wincompatible-pointer-types] show_msg(data->dlg, GTK_MESSAGE_INFO, text); ^~~~~~~~~ lxpolkit/lxpolkit.h:30:26: note: passing argument to parameter 'parent' here void show_msg(GtkWindow* parent, GtkMessageType type, const char* msg); ^ lxpolkit/lxpolkit-listener.c:130:50: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkEntry *' (aka 'struct _GtkEntry *') [-Wincompatible-pointer-types] const char* request = gtk_entry_get_text(data->request); ^~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkentry.h:216:65: note: passing argument to parameter 'entry' here const gchar* gtk_entry_get_text (GtkEntry *entry); ^ lxpolkit/lxpolkit-listener.c:198:20: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] data->result = g_simple_async_result_new(listener, callback, user_data, initiate_authentication); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxpolkit/lxpolkit-listener.c:198:46: warning: incompatible pointer types passing 'PolkitAgentListener *' (aka 'struct _PolkitAgentListener *') to parameter of type 'GObject *' (aka 'struct _GObject *') [-Wincompatible-pointer-types] data->result = g_simple_async_result_new(listener, callback, user_data, initiate_authentication); ^~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:48:86: note: passing argument to parameter 'source_object' here GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object, ^ lxpolkit/lxpolkit-listener.c:263:33: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkComboBox *' (aka 'struct _GtkComboBox *') [-Wincompatible-pointer-types] gtk_combo_box_set_model(data->id, GTK_TREE_MODEL(store)); ^~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcombobox.h:109:64: note: passing argument to parameter 'combo_box' here void gtk_combo_box_set_model (GtkComboBox *combo_box, ^ lxpolkit/lxpolkit-listener.c:266:34: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkComboBox *' (aka 'struct _GtkComboBox *') [-Wincompatible-pointer-types] gtk_combo_box_set_active(data->id, 0); ^~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcombobox.h:101:64: note: passing argument to parameter 'combo_box' here void gtk_combo_box_set_active (GtkComboBox *combo_box, ^ lxpolkit/lxpolkit-listener.c:272:9: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle(data->result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxpolkit/lxpolkit-listener.c:285:13: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] return !g_simple_async_result_propagate_error(G_SIMPLE_ASYNC_RESULT(res), error); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:115:1: note: 'g_simple_async_result_propagate_error' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 17 warnings generated. CC lxsession-db/lxsession_db_lxsession_db-main.o In file included from lxsession-db/main.c:27: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession-db/main.c:27: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession-db/main.c:226:6: warning: passing 'typeof (*(&lxsession_main_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_main_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 3 warnings generated. CC lxsession-db/lxsession_db_lxsession_db-desktop-files-backend.o lxsession-db/desktop-files-backend.c:693:26: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, lxsession_db_default_apps_list_desktop_files); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:47:1: note: 'g_simple_async_result_new' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46_FOR(g_task_new) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:378:39: note: expanded from macro 'GIO_DEPRECATED_IN_2_46_FOR' #define GIO_DEPRECATED_IN_2_46_FOR(f) GIO_DEPRECATED_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:31:31: note: expanded from macro 'GIO_DEPRECATED_FOR' #define GIO_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession-db/desktop-files-backend.c:694:2: warning: 'g_simple_async_result_set_op_res_gpointer' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, lxsession_db_default_apps_list_desktop_files_data_free); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:71:1: note: 'g_simple_async_result_set_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession-db/desktop-files-backend.c:711:11: warning: 'g_simple_async_result_get_op_res_gpointer' is deprecated [-Wdeprecated-declarations] _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:75:1: note: 'g_simple_async_result_get_op_res_gpointer' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession-db/desktop-files-backend.c:942:3: warning: 'g_simple_async_result_complete_in_idle' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete_in_idle (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:102:1: note: 'g_simple_async_result_complete_in_idle' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession-db/desktop-files-backend.c:944:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (_data_->_async_result); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gsimpleasyncresult.h:100:1: note: 'g_simple_async_result_complete' has been explicitly marked deprecated here GIO_DEPRECATED_IN_2_46 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:377:32: note: expanded from macro 'GIO_DEPRECATED_IN_2_46' #define GIO_DEPRECATED_IN_2_46 GIO_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gio/gio-visibility.h:30:24: note: expanded from macro 'GIO_DEPRECATED' #define GIO_DEPRECATED G_DEPRECATED _GIO_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession-db/desktop-files-backend.c:2658:2: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (LxsessionDBDefaultAppsPrivate)); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:1496:1: note: 'g_type_class_add_private' has been explicitly marked deprecated here GOBJECT_DEPRECATED_IN_2_58 ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:581:36: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_58' #define GOBJECT_DEPRECATED_IN_2_58 GOBJECT_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:30:28: note: expanded from macro 'GOBJECT_DEPRECATED' #define GOBJECT_DEPRECATED G_DEPRECATED _GOBJECT_EXTERN ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lxsession-db/desktop-files-backend.c:2671:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] self->priv = LXSESSION_DB_DEFAULT_APPS_GET_PRIVATE (self); ^ lxsession-db/desktop-files-backend.c:195:51: note: expanded from macro 'LXSESSION_DB_DEFAULT_APPS_GET_PRIVATE' #define LXSESSION_DB_DEFAULT_APPS_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), LXSESSION_TYPE_DB_DEFAULT_APPS, LxsessionDBDefaultAppsPrivate)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE' #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR' #define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :102:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\"" ^ lxsession-db/desktop-files-backend.c:2813:6: warning: passing 'typeof (*(&lxsession_db_default_apps_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (g_once_init_enter (&lxsession_db_default_apps_type_id__volatile)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter' (!g_atomic_pointer_get (location) && \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get' __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ ^~~~~~~~~~~~~~~~~ 8 warnings generated. CC lxsession-edit/lxsession_edit_lxsession_edit-lxsession-edit.o In file included from lxsession-edit/lxsession-edit.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession-edit/lxsession-edit.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 2 warnings generated. CC lxsession-edit/lxsession_edit_lxsession_edit-lxsession-edit-common.o In file included from lxsession-edit/lxsession-edit-common.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession-edit/lxsession-edit-common.c:26: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession-edit/lxsession-edit-common.c:126:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( name = g_dir_read_name(dir) ) ~~~~~^~~~~~~~~~~~~~~~~~~~~~ lxsession-edit/lxsession-edit-common.c:126:21: note: place parentheses around the assignment to silence this warning while( name = g_dir_read_name(dir) ) ^ ( ) lxsession-edit/lxsession-edit-common.c:126:21: note: use '==' to turn this assignment into an equality comparison while( name = g_dir_read_name(dir) ) ^ == 3 warnings generated. CC lxsession-logout/lxsession_logout_lxsession_logout-lxsession-logout-dbus-interface.o CC lxsession-logout/lxsession_logout_lxsession_logout-lxsession-logout.o In file included from lxsession-logout/lxsession-logout.c:23: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] void gtk_type_init (GTypeDebugFlags debug_flags); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here } GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36' #define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE' #define GLIB_DEPRECATED_TYPE G_DEPRECATED ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from lxsession-logout/lxsession-logout.c:23: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30: In file included from /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31: /Users/pbulk/build/x11/lxsession/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal last_popdown; ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/x11/lxsession/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lxsession-logout/lxsession-logout.c:25:10: fatal error: 'gdk/gdkx.h' file not found #include ^~~~~~~~~~~~ 2 warnings and 1 error generated. *** [lxsession-logout/lxsession_logout_lxsession_logout-lxsession-logout.o] Error code 1 bmake[2]: stopped making "all-am" in /Users/pbulk/build/x11/lxsession/work/lxsession-0.5.5 bmake[2]: 1 error bmake[2]: stopped making "all-am" in /Users/pbulk/build/x11/lxsession/work/lxsession-0.5.5 bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/x11/lxsession/work/lxsession-0.5.5 bmake: stopped making "all" in /Users/pbulk/build/x11/lxsession/work/lxsession-0.5.5 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/x11/lxsession *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/x11/lxsession