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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Jan 13 18:59:53 CET 2008


Revision: 30474
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30474&view=rev
Author:   fingolfin
Date:     2008-01-13 09:59:53 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
Clarify comments on compiler warning flags

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

Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile	2008-01-13 17:05:43 UTC (rev 30473)
+++ scummvm/trunk/Makefile	2008-01-13 17:59:53 UTC (rev 30474)
@@ -20,11 +20,11 @@
 -include config.mk
 
 CXXFLAGS:= -Wall $(CXXFLAGS)
-CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
-# Even more warnings...
+# 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+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion
-CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor
-CXXFLAGS+= -Wno-reorder -Wwrite-strings
+CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wwrite-strings
 
 # 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