From 7e8357d5cc6e04ae96734e2c8e1f87b9a154a52c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 10 Aug 2020 14:34:23 +0200 Subject: add G_GNUC_UNUSED in some unused parameters --- plugins/smartcard/msd-smartcard-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/smartcard') diff --git a/plugins/smartcard/msd-smartcard-plugin.c b/plugins/smartcard/msd-smartcard-plugin.c index 66e8530..b11deda 100644 --- a/plugins/smartcard/msd-smartcard-plugin.c +++ b/plugins/smartcard/msd-smartcard-plugin.c @@ -158,7 +158,7 @@ msd_smartcard_plugin_finalize (GObject *object) } static void -smartcard_inserted_cb (MsdSmartcardManager *card_monitor, +smartcard_inserted_cb (MsdSmartcardManager *card_monitor G_GNUC_UNUSED, MsdSmartcard *card, MsdSmartcardPlugin *plugin) { @@ -229,7 +229,7 @@ process_smartcard_removal (MsdSmartcardPlugin *plugin) } static void -smartcard_removed_cb (MsdSmartcardManager *card_monitor, +smartcard_removed_cb (MsdSmartcardManager *card_monitor G_GNUC_UNUSED, MsdSmartcard *card, MsdSmartcardPlugin *plugin) { -- cgit v1.2.1