diff options
author | Wu Xiaotian <[email protected]> | 2025-04-07 21:05:53 +0800 |
---|---|---|
committer | Wu Xiaotian <[email protected]> | 2025-04-07 21:17:51 +0800 |
commit | fc0ec1471f76d0dc4cbaa939740a8ea88d268f5f (patch) | |
tree | cfc638e14cceff0dcb515bacc60837b9f5e5fa54 /mate-session/gs-idle-monitor.c | |
parent | fa1bf6c2fb45ff0263465537a0730ebff2b2010d (diff) | |
download | mate-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.c | 4 |
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; |