card.c:756: warning: unused variable 'j'

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3496 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-28 07:24:57 +00:00
parent ab99cc50bd
commit c1311c8c6a
1 changed files with 2 additions and 0 deletions

View File

@ -753,7 +753,9 @@ static int match_atr_table(sc_context_t *ctx, struct sc_atr_table *table, u8 *at
size_t mbin_len, tbin_len, s, matr_len;
size_t fix_hex_len = card_atr_hex_len;
size_t fix_bin_len = card_atr_bin_len;
#ifdef __APPLE__
unsigned int j = 0;
#endif
if (ctx->debug >= 4)
sc_debug(ctx, "ATR try : %s\n", tatr);