Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1:/tmp/cvs-serv24150
Modified Files: Tag: devel_0_37 makefile.in Log Message: removed -Werror
Index: makefile.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/makefile.in,v retrieving revision 1.1.1.3.2.11 retrieving revision 1.1.1.3.2.12 diff -C2 -d -r1.1.1.3.2.11 -r1.1.1.3.2.12 *** makefile.in 23 Dec 2003 01:15:39 -0000 1.1.1.3.2.11 --- makefile.in 14 Jan 2004 15:42:49 -0000 1.1.1.3.2.12 *************** *** 21,25 ****
OPT_CFLAGS = @OPT_CFLAGS@ ! WARN_CFLAGS = -Wall -W -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD -DUNIX --- 21,25 ----
OPT_CFLAGS = @OPT_CFLAGS@ ! WARN_CFLAGS = -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD -DUNIX