mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
silent tinycbor warnings
This commit is contained in:
parent
92a1f82135
commit
394397c54e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
MYSRCPATHS =
|
MYSRCPATHS =
|
||||||
MYINCLUDES =
|
MYINCLUDES =
|
||||||
# Strange errors on Mingw when compiling with C99
|
# Strange errors on Mingw when compiling with C99
|
||||||
MYCFLAGS =
|
MYCFLAGS = -Wno-bad-function-cast -Wno-incompatible-pointer-types-discards-qualifiers
|
||||||
MYDEFS =
|
MYDEFS =
|
||||||
MYSRCS = \
|
MYSRCS = \
|
||||||
cborencoder.c \
|
cborencoder.c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue