summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-29 18:16:31 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-29 20:47:32 -0700
commit3b142db39e189eb4559508b74b6a2a8475137bce (patch)
treebbd69008576ee6bc3085c156a6a12cdbd3ed569b
parentd37e5232b4a93e9327a90aec114628249a375f81 (diff)
downloadnasm-3b142db39e189eb4559508b74b6a2a8475137bce.tar.gz
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>
-rw-r--r--doc/nasmdoc.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 657490be..0bdb23a5 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -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