summaryrefslogtreecommitdiff
path: root/mate-session/gs-idle-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-session/gs-idle-monitor.c')
-rw-r--r--mate-session/gs-idle-monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-session/gs-idle-monitor.c b/mate-session/gs-idle-monitor.c
index a188af5..e1ad441 100644
--- a/mate-session/gs-idle-monitor.c
+++ b/mate-session/gs-idle-monitor.c
@@ -103,7 +103,7 @@ gs_idle_monitor_dispose (GObject *object)
}
static gboolean
-_find_alarm (gpointer key,
+_find_alarm (gpointer key G_GNUC_UNUSED,
GSIdleMonitorWatch *watch,
XSyncAlarm *alarm)
{
@@ -216,7 +216,7 @@ handle_alarm_notify_event (GSIdleMonitor *monitor,
static GdkFilterReturn
xevent_filter (GdkXEvent *xevent,
- GdkEvent *event,
+ GdkEvent *event G_GNUC_UNUSED,
GSIdleMonitor *monitor)
{
XEvent *ev;