aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2009-07-01 20:53:47 +0000
committerMax Horn2009-07-01 20:53:47 +0000
commit630501fe43af959a26b7c345a31b250347450142 (patch)
tree444524e20adbe905c2b0cfc1ff30317993121833 /Makefile
parent385421e95b59cf904e7e84edfe31d272a66da6b4 (diff)
downloadscummvm-rg350-630501fe43af959a26b7c345a31b250347450142.tar.gz
scummvm-rg350-630501fe43af959a26b7c345a31b250347450142.tar.bz2
scummvm-rg350-630501fe43af959a26b7c345a31b250347450142.zip
oops
svn-id: r42012
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a72e76619d..99accca5fc 100644
--- a/Makefile
+++ b/Makefile
@@ -26,13 +26,6 @@ CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder
# Enable even more warnings...
CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings
-# TODO: Consider using -Wold-style-cast at some point
-# CXXFLAGS+= -Wno-sign-compare
-#CXXFLAGS+= -Wextra
-CXXFLAGS+= -Wmissing-format-attribute
-CXXFLAGS+= -Wredundant-decls
-CXXFLAGS+= -Wconversion
-#CXXFLAGS+= -Wshorten-64-to-32
# Disable RTTI and exceptions, and enabled checking of pointers returned by "new"
CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new