[Scummvm-cvs-logs] CVS: scummvm Makefile,1.9,1.10

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


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

Modified Files:
	Makefile 
Log Message:
don't tolerate warnings

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	9 Sep 2002 09:59:26 -0000	1.9
+++ Makefile	22 Sep 2002 00:38:02 -0000	1.10
@@ -13,7 +13,7 @@
 ZIP = zip -q
 CP  = cp
 
-CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
+CFLAGS   = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Werror
 DEFINES  =
 LDFLAGS :=
 INCLUDES:= -I. -Icommon





More information about the Scummvm-git-logs mailing list