summaryrefslogtreecommitdiff
path: root/src/gp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gp.c')
-rw-r--r--src/gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gp.c b/src/gp.c
index 0150b3c..5ad79f7 100644
--- a/src/gp.c
+++ b/src/gp.c
@@ -75,7 +75,7 @@ gp_applet_container_process_apdu(VCard *card, VCardAPDU *apdu,
* the rest are connected through function pointers.
*/
VCardStatus
-gp_card_init(VReader *reader, VCard *card)
+gp_card_init(G_GNUC_UNUSED VReader *reader, VCard *card)
{
VCardApplet *applet;