mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
remove switch-enum warnings
This commit is contained in:
parent
36c523659b
commit
b46a99d7d7
8 changed files with 19 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
MYSRCPATHS =
|
||||
MYINCLUDES = -I. -I..
|
||||
MYCFLAGS = -Wno-cast-align
|
||||
MYCFLAGS = -Wno-cast-align -Wno-switch-enum
|
||||
MYDEFS =
|
||||
MYSRCS = \
|
||||
aes.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue