From d023887b85e645659ef6a0632dbe5a2015b29232 Mon Sep 17 00:00:00 2001 From: negativeExponent <54053706+negativeExponent@users.noreply.github.com> Date: Wed, 6 May 2020 14:21:33 +0800 Subject: [PATCH] Update Makefile.libretro --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index b23ced1..b71d0a4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -743,7 +743,7 @@ else ifneq (,$(findstring msvc,$(platform))) WARNING_DEFINES = LIBM := else -WARNING_DEFINES = -Wno-write-strings -Werror=implicit-function-declaration +WARNING_DEFINES = -Wno-write-strings endif CFLAGS += $(fpic) $(WARNING_DEFINES) $(DEFINES) $(ENDIANNESS_DEFINES)