From ab34d0d36651d2fa532b9c1b4704c7d5a98dc22c Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 29 Aug 2015 20:31:56 +0200 Subject: [PATCH] Removed Werror to work around a bug in the PSP cross-compiler. --- projects/mtg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index 7b53ff162..dc3d2ba7d 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -86,7 +86,7 @@ all: $(DEFAULT_RULE) endif -CFLAGS := -Wall -W -Werror -Wno-unused $(CFLAGS) +CFLAGS := -Wall -W -Wno-unused $(CFLAGS) CXXFLAGS += $(CFLAGS) # -fno-exceptions