Fix for issue #730
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user