Remove unreachable statements
As seen with clang -Wunreachable-code
This commit is contained in:
parent
7adad098c3
commit
db4fae9c2c
5 changed files with 6 additions and 64 deletions
|
|
@ -95,7 +95,6 @@ nfc_initiator_mifare_cmd(nfc_device *pnd, const mifare_cmd mc, const uint8_t ui8
|
|||
// Please fix your code, you never should reach this statement
|
||||
default:
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
|
||||
// When available, copy the parameter bytes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue