This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Latest snapshot won't build with --enable-libstdcxx-v3
- To: gcc at gcc dot gnu dot org
- Subject: Re: Latest snapshot won't build with --enable-libstdcxx-v3
- From: Magnus Fromreide <magfr at lysator dot liu dot se>
- Date: Fri, 22 Sep 2000 08:32:02 +0200 (MET DST)
The one most annoying default-on warning I have seen is
-Wctor-dtor-privacy - I can see several good reasons to have only private
constructors or destructors without having gcc pester me about it unless I
try to use them from the wrong scope.