Update of /cvsroot/pure-data/externals/iem/comport/comport In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2790/comport/comport
Modified Files: makefile Log Message: removed the "-Werror"
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/iem/comport/comport/makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** makefile 26 Aug 2006 20:30:32 -0000 1.5 --- makefile 17 Oct 2007 16:15:03 -0000 1.6 *************** *** 71,75 ****
LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ ! -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch
--- 71,75 ----
LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ ! -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch