fixed compiler warning

This commit is contained in:
Frank Morgner 2015-04-20 23:04:47 +02:00
parent c8a7c8bc7a
commit cbc43eeb88
1 changed files with 3 additions and 0 deletions

View File

@ -572,6 +572,7 @@ iasecc_init_amos(struct sc_card *card)
LOG_FUNC_RETURN(ctx, SC_SUCCESS); LOG_FUNC_RETURN(ctx, SC_SUCCESS);
} }
static int
iasecc_mi_match(struct sc_card *card) iasecc_mi_match(struct sc_card *card)
{ {
struct sc_context *ctx = card->ctx; struct sc_context *ctx = card->ctx;
@ -2060,6 +2061,7 @@ iasecc_chv_change_pinpad(struct sc_card *card, unsigned reference, int *tries_le
} }
#if 0
static int static int
iasecc_chv_set_pinpad(struct sc_card *card, unsigned char reference) iasecc_chv_set_pinpad(struct sc_card *card, unsigned char reference)
{ {
@ -2105,6 +2107,7 @@ iasecc_chv_set_pinpad(struct sc_card *card, unsigned char reference)
rv = iso_ops->pin_cmd(card, &pin_cmd, NULL); rv = iso_ops->pin_cmd(card, &pin_cmd, NULL);
LOG_FUNC_RETURN(ctx, rv); LOG_FUNC_RETURN(ctx, rv);
} }
#endif
static int static int