[Scummvm-cvs-logs] SF.net SVN: scummvm:[54822] tools/branches/gsoc2010-decompiler/Makefile

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Tue Dec 7 23:35:15 CET 2010


Revision: 54822
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54822&view=rev
Author:   pidgeot
Date:     2010-12-07 22:35:15 +0000 (Tue, 07 Dec 2010)

Log Message:
-----------
DECOMPILER: Reverted Makefile

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/Makefile

Modified: tools/branches/gsoc2010-decompiler/Makefile
===================================================================
--- tools/branches/gsoc2010-decompiler/Makefile	2010-12-07 22:32:54 UTC (rev 54821)
+++ tools/branches/gsoc2010-decompiler/Makefile	2010-12-07 22:35:15 UTC (rev 54822)
@@ -33,7 +33,7 @@
 	# Enable even more warnings...
 	#CXXFLAGS+= -pedantic	# -pedantic is too pedantic, at least on Mac OS X
 	CXXFLAGS+= -Wpointer-arith -Wcast-align
-	CXXFLAGS+= -Wno-shadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wwrite-strings
+	CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wwrite-strings
 
 	# Enable checking of pointers returned by "new"
 	CXXFLAGS+= -fcheck-new


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list