[Scummvm-cvs-logs] CVS: scummvm Makefile,1.34,1.35

Max Horn fingolfin at users.sourceforge.net
Fri Jul 4 04:20:19 CEST 2003


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

Modified Files:
	Makefile 
Log Message:
added some more warnings (taken from pentagram)

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile	29 May 2003 12:02:41 -0000	1.34
+++ Makefile	4 Jul 2003 11:19:44 -0000	1.35
@@ -26,8 +26,10 @@
 
 # Turn on useful warnings
 CXXFLAGS+= -Wall -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion
-CXXFLAGS+= -Wshadow -Wstrict-prototypes -Wuninitialized
+CXXFLAGS+= -Wshadow -Wstrict-prototypes -Wuninitialized -Wimplicit
 CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
+CXXFLAGS+= -Wwrite-strings -Wredundant-decls -Wdisabled-optimization -fcheck-new -Wundef
+CXXFLAGS+= -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wfloat-equal
 # 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).





More information about the Scummvm-git-logs mailing list