From bbad20c3f31afd479416a3a4cf2f8e8311f52032 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 20 May 2009 18:40:48 +0000 Subject: removed draconian -Werror so its easier to build svn path=/trunk/externals/vbap/; revision=11470 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4df839b..869de64 100644 --- a/makefile +++ b/makefile @@ -86,7 +86,7 @@ pd_linux: $(NAME).pd_linux $(NAMEB).pd_linux .SUFFIXES: .pd_linux LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wshadow -Wstrict-prototypes -Werror \ + -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch LINUXINCLUDE = -I../../src -- cgit v1.2.1