From b668259a2f9f94ac62abe7d437a5c95dd130ca3e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 27 May 2020 21:34:54 +0200 Subject: Fix OSX PPC build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eced8fb..59181dc 100644 --- a/Makefile +++ b/Makefile @@ -459,7 +459,7 @@ CODE_DEFINES = COMMON_DEFINES += $(CODE_DEFINES) $(WARNINGS_DEFINES) -DNDEBUG=1 $(fpic) -CFLAGS += $(DEFINES) $(COMMON_DEFINES) -Werror=implicit-function-declaration +CFLAGS += $(DEFINES) $(COMMON_DEFINES) ifeq ($(FRONTEND_SUPPORTS_RGB565), 1) CFLAGS += -DFRONTEND_SUPPORTS_RGB565 -- cgit v1.2.3