mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 19:13:44 +00:00
Fix a brunch of -Wextra warnings:
- 'static' is not at beginning of declaration; - unused parameter; - comparison between signed and unsigned.
This commit is contained in:
@@ -47,7 +47,7 @@ static mifare_tag mtKeys;
|
||||
static mifare_tag mtDump;
|
||||
static bool bUseKeyA;
|
||||
static bool bUseKeyFile;
|
||||
static uint32_t uiBlocks;
|
||||
static uint8_t uiBlocks;
|
||||
static byte_t keys[] = {
|
||||
0xff,0xff,0xff,0xff,0xff,0xff,
|
||||
0xd3,0xf7,0xd3,0xf7,0xd3,0xf7,
|
||||
|
||||
Reference in New Issue
Block a user