From 7cba004dfcd621cfa193c389a01de11526c701d9 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 28 Apr 2020 17:06:07 +0800 Subject: update --- mate-session/gs-idle-monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-session/gs-idle-monitor.c') diff --git a/mate-session/gs-idle-monitor.c b/mate-session/gs-idle-monitor.c index 375cf5d..e613e5c 100644 --- a/mate-session/gs-idle-monitor.c +++ b/mate-session/gs-idle-monitor.c @@ -104,7 +104,7 @@ gs_idle_monitor_dispose (GObject *object) } static gboolean -_find_alarm (gpointer key, +_find_alarm (gpointer key G_GNUC_UNUSED, GSIdleMonitorWatch *watch, XSyncAlarm *alarm) { @@ -217,7 +217,7 @@ handle_alarm_notify_event (GSIdleMonitor *monitor, static GdkFilterReturn xevent_filter (GdkXEvent *xevent, - GdkEvent *event, + GdkEvent *event G_GNUC_UNUSED, GSIdleMonitor *monitor) { XEvent *ev; -- cgit v1.2.1