Update of /cvsroot/pure-data/externals/iem/iemguts/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2790/iemguts/src
Modified Files:
Makefile
Log Message:
removed the "-Werror"
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemguts/src/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 5 Sep 2007 09:38:17 -0000 1.1
--- Makefile 17 Oct 2007 16:15:04 -0000 1.2
***************
*** 64,68 ****
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
! -Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
--- 64,68 ----
LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
! -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
***************
*** 144,148 ****
MINGWCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
! -Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch -mms-bitfields
--- 144,148 ----
MINGWCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
! -Wall -W -Wshadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch -mms-bitfields