mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Fix for issue #730
This commit is contained in:
parent
1ee8696e47
commit
de47514aec
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ DEFCFLAGS += -Wbad-function-cast -Wredundant-decls -Wmissing-prototypes -Wchar-s
|
||||||
# Some more warnings we need first to eliminate, so temporarely tolerated:
|
# Some more warnings we need first to eliminate, so temporarely tolerated:
|
||||||
DEFCFLAGS += -Wcast-align -Wno-error=cast-align
|
DEFCFLAGS += -Wcast-align -Wno-error=cast-align
|
||||||
DEFCFLAGS += -Wswitch-enum -Wno-error=switch-enum
|
DEFCFLAGS += -Wswitch-enum -Wno-error=switch-enum
|
||||||
|
# Termux on-device __BYTE_ORDER and __LITTLE_ENDIAN undef in src/proxendian.h, see #730
|
||||||
|
DEFCFLAGS += -Wno-error=undef
|
||||||
|
|
||||||
ifeq ($(platform),Darwin)
|
ifeq ($(platform),Darwin)
|
||||||
# their readline has strict-prototype issues
|
# their readline has strict-prototype issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue