From 053907874d3caba4ccba8ee508ab1bd2c576139d Mon Sep 17 00:00:00 2001 From: wawa Date: Tue, 1 Aug 2017 22:11:56 +0000 Subject: [PATCH] added nowarn flags for the time being to get it to compile with gcc-6.3.0. zunepaint works on m68k. git-svn-id: https://svn.aros.org/svn/aros/trunk/ports@54834 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- graphics/zunepaint/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/zunepaint/mmakefile.src b/graphics/zunepaint/mmakefile.src index da90a54..faeb84f 100644 --- a/graphics/zunepaint/mmakefile.src +++ b/graphics/zunepaint/mmakefile.src @@ -14,7 +14,7 @@ REPOSITORIES := sf://zunetools ARCHBASE := ZunePaint_v0.11 TARGETDIR := $(AROS_CONTRIB)/MultiMedia/Gfx/ZunePaint -NOWARN_FLAGS := +NOWARN_FLAGS := $(NOWARN_INT_CONVERSION) $(NOWARN_MISLEADING_INDENTATION) USER_CFLAGS := $(NOWARN_FLAGS) -DZUNEPAINT -DAROS_ABI_V1 USER_INCLUDES:= -I$(PORTSDIR)/zunepaint/$(ARCHBASE)/zunepaint/src -- 2.11.4.GIT