From 1f8b735ae2222a207b7f34002f8ac4e2153cca13 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Sun, 22 Feb 2004 16:29:28 +0000 Subject: removed -Werror flag svn path=/trunk/; revision=1332 --- pd/extra/expr~/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/extra/expr~/makefile') 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 -- cgit v1.2.1