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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Feb 26 20:10:21 CET 2008


Revision: 30976
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30976&view=rev
Author:   fingolfin
Date:     2008-02-26 11:10:21 -0800 (Tue, 26 Feb 2008)

Log Message:
-----------
Turns out -pedantic is too pedantic, at least on Mac OS X

Modified Paths:
--------------
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
===================================================================
--- tools/trunk/Makefile	2008-02-26 19:01:43 UTC (rev 30975)
+++ tools/trunk/Makefile	2008-02-26 19:10:21 UTC (rev 30976)
@@ -26,7 +26,8 @@
 # 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+= -pedantic	# -pedantic is too pedantic, at least on Mac OS X
+CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wconversion
 CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wwrite-strings
 
 # Disable RTTI and exceptions, and enabled checking of pointers returned by "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