[Scummvm-cvs-logs] SF.net SVN: scummvm:[50583] scummvm/trunk/Makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jul 2 01:12:45 CEST 2010


Revision: 50583
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50583&view=rev
Author:   fingolfin
Date:     2010-07-01 23:12:45 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
Remove -Wcast-align -- it cause many spurious warnings on several ports

Modified Paths:
--------------
    scummvm/trunk/Makefile

Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile	2010-07-01 23:12:28 UTC (rev 50582)
+++ scummvm/trunk/Makefile	2010-07-01 23:12:45 UTC (rev 50583)
@@ -25,7 +25,7 @@
 	# Turn off some annoying and not-so-useful warnings
 	CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
 	# Enable even more warnings...
-	CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
+	CXXFLAGS+= -Wpointer-arith -Wcast-qual
 	CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings
 
 	# Currently we disable this gcc flag, since it will also warn in cases,


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