This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: documentation deficiency


On Mon, 25 Mar 2002, jay zipnick wrote:
> I was looking for an option to warn of C-style casts in C++ code. The option
> is -Wold-style-cast. But when I searched the "Options to Request or Suppress
> Warnings" page, it was not mentioned at all:
>    gcc.gnu.org/onlinedocs/gcc/Warning-Options.html.
>
> It would be nice if all warning options were on this page.

This option is at
  http://gcc.gnu.org/onlinedocs/gcc/C---Dialect-Options.html
together with several other C++-only options, but I agree that
at least a link from the other page would be nice.

If you could a patch to gcc/doc/invoke.texi along these lines (the
HTML pages are generated from texinfo source), that would be appreciated.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]