[Scummvm-cvs-logs] SF.net SVN: scummvm:[42041] scummvm/trunk/Makefile
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Fri Jul 3 00:21:34 CEST 2009
Revision: 42041
http://scummvm.svn.sourceforge.net/scummvm/?rev=42041&view=rev
Author: fingolfin
Date: 2009-07-02 22:21:33 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
Added -Wmissing-format-attribute to build system
Modified Paths:
--------------
scummvm/trunk/Makefile
Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile 2009-07-02 22:05:42 UTC (rev 42040)
+++ scummvm/trunk/Makefile 2009-07-02 22:21:33 UTC (rev 42041)
@@ -26,6 +26,7 @@
# Enable even more warnings...
CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings
+CXXFLAGS+= -Wmissing-format-attribute
# Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
CXXFLAGS+= -fno-rtti -fno-exceptions -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