aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2005-06-20 17:55:37 +0000
committerMax Horn2005-06-20 17:55:37 +0000
commita8de6c99d075bfdf5253b26bc1c4c0815d902f8e (patch)
treecae1c4126b6aba4d282b4f3aea300fa120cfd0ba /Makefile
parent75d868743c29de7d9c19dcc1b4099e6443dc8774 (diff)
downloadscummvm-rg350-a8de6c99d075bfdf5253b26bc1c4c0815d902f8e.tar.gz
scummvm-rg350-a8de6c99d075bfdf5253b26bc1c4c0815d902f8e.tar.bz2
scummvm-rg350-a8de6c99d075bfdf5253b26bc1c4c0815d902f8e.zip
Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4
svn-id: r18418
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ce3c417c..d959f9264d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
# Even more warnings...
CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion
CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor
-CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy
+CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new
#######################################################################
# Misc stuff - you should never have to edit this #