Update of /cvsroot/pure-data/externals/iem/iemgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2790/iemgui/src
Modified Files: makefile Log Message: removed the "-Werror"
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemgui/src/makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile 7 Feb 2007 11:57:12 -0000 1.2 --- makefile 17 Oct 2007 16:15:04 -0000 1.3 *************** *** 12,16 **** #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 -fPIC \ -DDL_OPEN --- 12,16 ---- #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 -fPIC \ -DDL_OPEN