doc: remove duplicate entry for the "error" warning class

Remove duplicate entry for the "error" warning class; leave at the end
with "all", as being another meta-warning class.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2008-10-29 18:16:31 -07:00
parent 8a2f145260
commit b7aaf0b9e5

View File

@ -851,9 +851,6 @@ disable it by \c{-w-orphan-labels}.
The \i{suppressible warning} classes are:
\b \i\c{error} decides if warnings should be treated as errors.
It is disabled by default.
\b \i\c{macro-params} covers warnings about \i{multi-line macros}
being invoked with the wrong number of parameters. This warning
class is enabled by default; see \k{mlmacover} for an example of why