From: Gabriel Dos Reis Date: Sun, 11 May 2003 16:06:21 +0000 (+0000) Subject: * doc/invoke.texi (Wctor-dtor-privacy): Update documentation. X-Git-Tag: releases/gcc-3.4.0~6660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78d0a54d4143bf30d66641aa4204078da34d3927;p=thirdparty%2Fgcc.git * doc/invoke.texi (Wctor-dtor-privacy): Update documentation. From-SVN: r66693 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c9df665cc2e..06e3423300bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-11 Gabriel Dos Reis + + * doc/invoke.texi (Wctor-dtor-privacy): Update documentation. + 2003-05-11 Richard Kenner * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d9b15bd9768b..4cca6714be86 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1597,7 +1597,7 @@ Instantiations of these templates may be mangled incorrectly. @opindex Wctor-dtor-privacy Warn when a class seems unusable, because all the constructors or destructors in a class are private and the class has no friends or -public static member functions. This warning is enabled by default. +public static member functions. @item -Wnon-virtual-dtor @r{(C++ only)} @opindex Wnon-virtual-dtor