From 1353fa12a6da0c26b3f9a7e871933d4644079f22 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 1 Oct 2000 08:35:29 +0000 Subject: [PATCH] remove -Werror again for less stable systems git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@439 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds390/Makefile b/src/ds390/Makefile index 67002c41..3694994d 100644 --- a/src/ds390/Makefile +++ b/src/ds390/Makefile @@ -5,7 +5,7 @@ include $(PRJDIR)/Makefile.common OBJ = gen.o ralloc.o main.o LIB = port.a -CFLAGS = -g -Wall -Werror -O2 +CFLAGS = -g -Wall -O2 CFLAGS += -I.. -I. all: $(LIB) -- 2.47.2