[Scummvm-cvs-logs] CVS: tools Makefile,1.32,1.33

Travis Howell kirben at users.sourceforge.net
Mon May 10 08:06:11 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11060

Modified Files:
	Makefile 
Log Message:

Remove warning, should not be used with C++ according to GCC 3.4.0


Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/tools/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile	14 Apr 2004 11:41:53 -0000	1.32
+++ Makefile	10 May 2004 15:05:17 -0000	1.33
@@ -2,7 +2,7 @@
 
 CC      := gcc
 CXX     := g++
-CFLAGS  := -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar
+CFLAGS  := -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar
 LDFLAGS :=
 
 # Additional warnings





More information about the Scummvm-git-logs mailing list