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:
parent
3a0d05d15a
commit
5473befa13
8 changed files with 22 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue