card_removed(): warning: comparison between signed and unsigned

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3582 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-10-09 13:05:13 +00:00
parent 6eb3ecd107
commit 001f03f18d
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ CK_RV card_detect_all(void)
CK_RV card_removed(int reader)
{
int i;
unsigned int i;
struct sc_pkcs11_card *card;
sc_debug(context, "%d: smart card removed\n", reader);