Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5376
Modified Files: Tag: desiredata makefile.in Log Message: remove -Wno-unused-variable
Index: makefile.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/makefile.in,v retrieving revision 1.4.4.2.2.21.2.14 retrieving revision 1.4.4.2.2.21.2.15 diff -C2 -d -r1.4.4.2.2.21.2.14 -r1.4.4.2.2.21.2.15 *** makefile.in 13 Dec 2006 19:45:34 -0000 1.4.4.2.2.21.2.14 --- makefile.in 20 Dec 2006 06:24:18 -0000 1.4.4.2.2.21.2.15 *************** *** 56,60 ****
$(SRC:.c=.o): %.o: %.c config.log ! $(CC) $(CFLAGS) -Wno-parentheses -Wno-switch -Wno-unused-variable -Wstrict-prototypes -c -o $*.o $*.c
$(SO): $(OBJ) config.log --- 56,60 ----
$(SRC:.c=.o): %.o: %.c config.log ! $(CC) $(CFLAGS) -Wno-parentheses -Wno-switch -Wstrict-prototypes -c -o $*.o $*.c
$(SO): $(OBJ) config.log