Silent down the compiler.
The create_application() function has iso_ parameters for creating ISO application but this mode is not available yet so the code is unused which annoys the compiler when told to be somewhat strict.
This commit is contained in:
parent
ed028d720a
commit
5b55528008
1 changed files with 3 additions and 0 deletions
|
@ -591,6 +591,9 @@ mifare_desfire_get_key_version (MifareTag tag, uint8_t key_no, uint8_t *version)
|
||||||
int
|
int
|
||||||
create_application (MifareTag tag, MifareDESFireAID aid, uint8_t settings1, uint8_t settings2, uint16_t iso_file_id, char *iso_file_name)
|
create_application (MifareTag tag, MifareDESFireAID aid, uint8_t settings1, uint8_t settings2, uint16_t iso_file_id, char *iso_file_name)
|
||||||
{
|
{
|
||||||
|
(void) iso_file_id;
|
||||||
|
(void) iso_file_name;
|
||||||
|
|
||||||
ASSERT_ACTIVE (tag);
|
ASSERT_ACTIVE (tag);
|
||||||
ASSERT_MIFARE_DESFIRE (tag);
|
ASSERT_MIFARE_DESFIRE (tag);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue