aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-20 18:40:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-05-20 18:40:48 +0000
commitbbad20c3f31afd479416a3a4cf2f8e8311f52032 (patch)
treebb990d04b81054db6afdd9ee7bc82d9a874e866b
parentd0f4249b5da71f9d2453a2e099cfe138df82402d (diff)
removed draconian -Werror so its easier to build
svn path=/trunk/externals/vbap/; revision=11470
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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