From fd7b58a53c5bae84075642f75c74e51ed5d9a22e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Aug 2016 20:47:41 +0200 Subject: Cleanups --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 40748ae..1ea9d0f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,7 +96,7 @@ ifeq ($(platform), sncps3) WARNINGS_DEFINES = CODE_DEFINES = else -WARNINGS_DEFINES = -Wall -W -Wno-unused-parameter -Wno-parentheses -Wno-write-strings -Wno-comment -Werror=implicit-function-declaration +WARNINGS_DEFINES = -Wall -W -Wno-unused-parameter -Wno-parentheses -Wno-write-strings -Wno-comment CODE_DEFINES = -fomit-frame-pointer endif -- cgit v1.2.3