diff options
author | Max Horn | 2005-06-20 17:55:37 +0000 |
---|---|---|
committer | Max Horn | 2005-06-20 17:55:37 +0000 |
commit | a8de6c99d075bfdf5253b26bc1c4c0815d902f8e (patch) | |
tree | cae1c4126b6aba4d282b4f3aea300fa120cfd0ba | |
parent | 75d868743c29de7d9c19dcc1b4099e6443dc8774 (diff) | |
download | scummvm-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |