This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
documentation deficiency
- From: jay zipnick <jay541 at apple dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Mon, 25 Mar 2002 17:00:54 -0800
- Subject: documentation deficiency
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.