summaryrefslogtreecommitdiff
path: root/mate-session/gs-idle-monitor.c
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2025-04-07 21:05:53 +0800
committerWu Xiaotian <[email protected]>2025-04-07 21:17:51 +0800
commitfc0ec1471f76d0dc4cbaa939740a8ea88d268f5f (patch)
treecfc638e14cceff0dcb515bacc60837b9f5e5fa54 /mate-session/gs-idle-monitor.c
parentfa1bf6c2fb45ff0263465537a0730ebff2b2010d (diff)
downloadmate-session-manager-pr-unused.tar.bz2
mate-session-manager-pr-unused.tar.xz
Fix unused variable warningspr-unused
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 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;