pkcs11-global.c: In function ‘C_WaitForSlotEvent’:

pkcs11-global.c:624: warning: unused variable ‘ii’


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4414 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2010-06-16 11:32:21 +00:00
parent 0d01cb1cd1
commit eab7adea12
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ CK_RV C_WaitForSlotEvent(CK_FLAGS flags, /* blocking/nonblocking flag */
void *reader_states = NULL;
CK_SLOT_ID slot_id;
CK_RV rv;
int ii, r;
int r;
if (pReserved != NULL_PTR)
return CKR_ARGUMENTS_BAD;