remove switch-enum warnings
This commit is contained in:
@@ -572,10 +572,12 @@ static int CmdLFHitagReader(const char *Cmd) {
|
||||
// No additional parameters needed
|
||||
break;
|
||||
}
|
||||
case RHT1F_PLAIN:
|
||||
case RHT1F_AUTHENTICATE:
|
||||
case WHTSF_CHALLENGE:
|
||||
case WHTSF_KEY:
|
||||
case WHT2F_PASSWORD:
|
||||
case WHT2F_CRYPTO:
|
||||
default:
|
||||
return usage_hitag_reader();
|
||||
}
|
||||
|
||||
@@ -678,6 +680,8 @@ static int CmdLFHitagWriter(const char *Cmd) {
|
||||
num_to_bytes(param_get32ex(Cmd, 3, 0, 16), 4, htd.crypto.data);
|
||||
break;
|
||||
}
|
||||
case RHT1F_PLAIN:
|
||||
case RHT1F_AUTHENTICATE:
|
||||
case RHTSF_CHALLENGE:
|
||||
case RHTSF_KEY:
|
||||
case RHT2F_PASSWORD:
|
||||
@@ -685,7 +689,6 @@ static int CmdLFHitagWriter(const char *Cmd) {
|
||||
case RHT2F_CRYPTO:
|
||||
case RHT2F_TEST_AUTH_ATTEMPTS:
|
||||
case RHT2F_UID_ONLY:
|
||||
default:
|
||||
return usage_hitag_writer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user