[Scummvm-cvs-logs] SF.net SVN: scummvm:[48973] scummvm/trunk/Makefile
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Sat May 8 23:34:11 CEST 2010
Revision: 48973
http://scummvm.svn.sourceforge.net/scummvm/?rev=48973&view=rev
Author: dhewg
Date: 2010-05-08 21:34:10 +0000 (Sat, 08 May 2010)
Log Message:
-----------
Remove the disabled -Wuninitialized here, it's covered by --enable-release
Modified Paths:
--------------
scummvm/trunk/Makefile
Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile 2010-05-08 21:25:18 UTC (rev 48972)
+++ scummvm/trunk/Makefile 2010-05-08 21:34:10 UTC (rev 48973)
@@ -36,12 +36,6 @@
# Disable RTTI and exceptions, and enable checking of pointers returned by "new"
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new
-
- # There is a nice extra warning that flags variables that are potentially
- # used before being initialized. Very handy to catch a certain kind of
- # bugs. Unfortunately, it only works when optimizations are turned on,
- # which is why we normally don't use it.
- #CXXFLAGS+= -O -Wuninitialized
endif
ifeq "$(HAVE_CLANG)" "1"
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