diff options
Diffstat (limited to 'plugins/smartcard')
-rw-r--r-- | plugins/smartcard/msd-smartcard-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |