aboutsummaryrefslogtreecommitdiff
path: root/pd/extra
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-02-22 16:29:28 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-02-22 16:29:28 +0000
commit1f8b735ae2222a207b7f34002f8ac4e2153cca13 (patch)
treecd93eb03048771dd02034f82c022c3c6158d8cc9 /pd/extra
parent2caf1386805745c7a6e2ea7c06dd61d6357f6a43 (diff)
removed -Werror flag
svn path=/trunk/; revision=1332
Diffstat (limited to 'pd/extra')
-rw-r--r--pd/extra/expr~/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/extra/expr~/makefile b/pd/extra/expr~/makefile
index a5d4c88b..942615f4 100644
--- a/pd/extra/expr~/makefile
+++ b/pd/extra/expr~/makefile
@@ -80,7 +80,7 @@ LINUXOBJ = vexp.pd_linux_o vexp_fun.pd_linux_o vexp_if.pd_linux_o
.SUFFIXES: .pd_linux_o
LINUXCFLAGS = -DPD -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