From 5b55528008cb1527677650cda2735e2e777f4bfc Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Fri, 17 Dec 2010 22:47:12 +0000 Subject: [PATCH] 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. --- libfreefare/mifare_desfire.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libfreefare/mifare_desfire.c b/libfreefare/mifare_desfire.c index c20e29f..97b0fff 100644 --- a/libfreefare/mifare_desfire.c +++ b/libfreefare/mifare_desfire.c @@ -591,6 +591,9 @@ mifare_desfire_get_key_version (MifareTag tag, uint8_t key_no, uint8_t *version) int 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_MIFARE_DESFIRE (tag);