File 3Guys-nowerror.patch of Package 3Guys
diff --git a/makefile b/makefile
index 4fc4d2b..3f695d2 100644
--- a/makefile
+++ b/makefile
@@ -23,7 +23,7 @@ CXXFLAGS += `sdl2-config --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -
CXXFLAGS += -ansi -pedantic
CXXFLAGS += -g -lefence -std=gnu99
ifneq ("$(wildcard .errors)","")
-CXXFLAGS += -Wall -Wempty-body -Werror -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds
+CXXFLAGS += -Wall -Wempty-body -Wstrict-prototypes -Werror=maybe-uninitialized -Warray-bounds
endif
LDFLAGS += `sdl2-config --libs` -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lm -lz -lpng -lGL