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 18:16:31 -0700
commitb7aaf0b9e556bf51ba0469cd850bafd286772ef1 (patch)
tree88624b2a4bfd3eb9502642f76db99ea390bfbaeb
parent8a2f14526075ec515fbac3b415bd4076783dc20e (diff)
downloadnasm-b7aaf0b9e556bf51ba0469cd850bafd286772ef1.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 a2361250..33161eef 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