[PD-cvs] pd/src makefile.in,1.4.4.2.2.21.2.14,1.4.4.2.2.21.2.15

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 20 07:24:20 CET 2006


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





More information about the Pd-cvs mailing list