mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-12 16:13:16 -07:00
Handle explicitly enum vals in switch [-Wswitch-enum]
This commit is contained in:
parent
b6ee94ec8e
commit
ce606b51fc
6 changed files with 43 additions and 17 deletions
|
@ -243,8 +243,7 @@ static int CmdFlashMemLoad(const char *Cmd) {
|
|||
data[1] = (keycount >> 8) & 0xFF;
|
||||
datalen += 2;
|
||||
break;
|
||||
default:
|
||||
|
||||
case DICTIONARY_NONE:
|
||||
res = loadFile(filename, "bin", data, FLASH_MEM_MAX_SIZE, &datalen);
|
||||
//int res = loadFileEML( filename, "eml", data, &datalen);
|
||||
if (res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue