Update of /cvsroot/pure-data/externals/iem/iem_matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2790/iem_matrix/src
Modified Files: makefile Log Message: removed the "-Werror"
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_matrix/src/makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile 30 Nov 2006 12:46:19 -0000 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 -fno-strict-aliasing \ -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 -fno-strict-aliasing \ -DDL_OPEN