From a8de6c99d075bfdf5253b26bc1c4c0815d902f8e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 20 Jun 2005 17:55:37 +0000 Subject: [PATCH] Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4 svn-id: r18418 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0ce3c417c1..d959f9264d7 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 #