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

Max Horn fingolfin at users.sourceforge.net
Thu May 29 03:56:06 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv9054

Modified Files:
	Makefile 
Log Message:
make poor GCC 2.95 uses happy

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile	25 May 2003 16:09:26 -0000	1.32
+++ Makefile	29 May 2003 10:55:22 -0000	1.33
@@ -25,9 +25,13 @@
 OBJS	:=
 
 # Turn on useful warnings
-CXXFLAGS+= -Wall -W -pedantic -ansi -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion
+CXXFLAGS+= -Wall -W -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion
 CXXFLAGS+= -Wshadow -Wstrict-prototypes -Wuninitialized
-CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-unused-parameter -Wno-reorder
+CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
+# Seems GCC 2.95 doesn't support the following, so we do not yet turn them
+# on by default (but I'd strongly recommend to all GCC 2.95 users to update
+# to a better compiler like GCC 3.x).
+# CXXFLAGS+= -ansi -Wno-unused-parameter
 
 # Load the build rules & settings for the chosen backend
 -include build.rules





More information about the Scummvm-git-logs mailing list