diff options
-rw-r--r-- | Makefile.common | 2 |
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 |