From cdca6ac2a92d68453dd448f2de8e23eb02df5ee2 Mon Sep 17 00:00:00 2001 From: neville Date: Mon, 20 Jul 2015 14:16:01 +0200 Subject: Get rid of warning flag which is a backwards compatibility hazard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 290f858..f371da8 100644 --- a/Makefile +++ b/Makefile @@ -304,7 +304,7 @@ include Makefile.common OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.S=.o) -DEFINES := -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -Wall -Werror=implicit-function-declaration +DEFINES := -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -Wall ifeq ($(HAVE_DYNAREC), 1) DEFINES += -DHAVE_DYNAREC -- cgit v1.2.3