invoke.texi (Wextra): Delete outdated paragraph.

2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	* doc/invoke.texi (Wextra): Delete outdated paragraph.

From-SVN: r121829
This commit is contained in:
Manuel López-Ibáñez 2007-02-11 22:29:27 +00:00
parent b04e13e8be
commit 10c5453183
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* doc/invoke.texi (Wextra): Delete outdated paragraph.
2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* dwarf2out.c (root_type): Delete unused function.

View File

@ -2961,10 +2961,6 @@ A pointer is compared against integer zero with @samp{<}, @samp{<=},
A variable might be changed by @samp{longjmp} or @samp{vfork}.
This warning can be independently controlled by @option{-Wclobbered}.
@item
Any of several floating-point events that often indicate errors, such as
overflow, underflow, loss of precision, etc.
@item @r{(C++ only)}
An enumerator and a non-enumerator both appear in a conditional expression.