summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2016-08-09 20:47:41 +0200
committertwinaphex2016-08-09 20:47:41 +0200
commitfd7b58a53c5bae84075642f75c74e51ed5d9a22e (patch)
tree2337bdbdcfe78f16baf5cf0295008fcfda5e780f /Makefile.common
parenta4c9103f076d24793818b909aaeddcc45316a76b (diff)
downloadsnes9x2002-fd7b58a53c5bae84075642f75c74e51ed5d9a22e.tar.gz
snes9x2002-fd7b58a53c5bae84075642f75c74e51ed5d9a22e.tar.bz2
snes9x2002-fd7b58a53c5bae84075642f75c74e51ed5d9a22e.zip
Cleanups
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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