[Scummvm-cvs-logs] CVS: scummvm Makefile,1.101,1.102
Max Horn
fingolfin at users.sourceforge.net
Mon Jun 20 10:56:56 CEST 2005
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24098
Modified Files:
Makefile
Log Message:
Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4
Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Makefile 10 May 2005 23:48:35 -0000 1.101
+++ Makefile 20 Jun 2005 17:55:37 -0000 1.102
@@ -27,7 +27,7 @@
# Even more warnings...
CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion
CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor
-CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
+CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new
#######################################################################
# Misc stuff - you should never have to edit this #
More information about the Scummvm-git-logs
mailing list