[Scummvm-cvs-logs] CVS: scummvm Makefile,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Sat Sep 21 21:06:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv8046

Modified Files:
	Makefile 
Log Message:
taking out the -Werror again for now, till we have time to resolve some other build warnings

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile	22 Sep 2002 01:54:44 -0000	1.11
+++ Makefile	22 Sep 2002 04:05:40 -0000	1.12
@@ -13,7 +13,7 @@
 ZIP = zip -q
 CP  = cp
 
-CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Werror
+CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
 DEFINES  =
 LDFLAGS :=
 INCLUDES:= -I. -Icommon





More information about the Scummvm-git-logs mailing list