CHG: unused variables and remove of compiler warnings.

This commit is contained in:
iceman1001
2017-01-16 15:00:40 +01:00
parent f133389866
commit d3fd5fd6d8
2 changed files with 2 additions and 2 deletions

View File

@@ -880,7 +880,7 @@ int CmdHFiClassReader_Dump(const char *Cmd) {
if (have_debit_key) memcpy(tag_data+(3*8),div_key,8);
if (have_credit_key) memcpy(tag_data+(4*8),c_div_key,8);
printf("Num of bytes: %u\n", gotBytes);
printf("Num of bytes: %d\n", gotBytes);
// print the dump
printf("------+--+-------------------------+\n");