summaryrefslogtreecommitdiff
path: root/plugins/datetime/system-timezone.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-10 14:34:23 +0200
committerZenWalker <[email protected]>2020-08-15 14:10:03 +0200
commit7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c (patch)
tree7fdf5c59c8cea2f9067146344434a3d17f69ae71 /plugins/datetime/system-timezone.c
parent27adfb941829c99638219e3e76371c86e42e3dcb (diff)
downloadmate-settings-daemon-7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c.tar.bz2
mate-settings-daemon-7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c.tar.xz
add G_GNUC_UNUSED in some unused parameters
Diffstat (limited to 'plugins/datetime/system-timezone.c')
-rw-r--r--plugins/datetime/system-timezone.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/datetime/system-timezone.c b/plugins/datetime/system-timezone.c
index 94e2d9f..f9fab7a 100644
--- a/plugins/datetime/system-timezone.c
+++ b/plugins/datetime/system-timezone.c
@@ -250,9 +250,9 @@ system_timezone_finalize (GObject *obj)
}
static void
-system_timezone_monitor_changed (GFileMonitor *handle,
- GFile *file,
- GFile *other_file,
+system_timezone_monitor_changed (GFileMonitor *handle G_GNUC_UNUSED,
+ GFile *file G_GNUC_UNUSED,
+ GFile *other_file G_GNUC_UNUSED,
GFileMonitorEvent event,
gpointer user_data)
{