Update of /cvsroot/pure-data/externals/iem/hdspm_mixer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2790/hdspm_mixer
Modified Files: makefile Log Message: removed the "-Werror"
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/hdspm_mixer/makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makefile 27 Mar 2006 11:15:14 -0000 1.1.1.1 --- makefile 17 Oct 2007 16:15:03 -0000 1.2 *************** *** 10,14 **** #select either the DBG and OPT compiler flags below:
! CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN --- 10,14 ---- #select either the DBG and OPT compiler flags below:
! CFLAGS = -DPD -DUNIX -W -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN