summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nasm.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nasm.txt b/nasm.txt
index c6f56816..55f9a05b 100644
--- a/nasm.txt
+++ b/nasm.txt
@@ -121,6 +121,10 @@ OPTIONS
*-v*::
Causes *nasm* to exit immediately, after displaying its version number.
+*-W[no-]foo'::
+ Causes *nasm* to enable or disable certain classes of warning messages,
+ in gcc-like style, for example *-Worphan-labels* or *-Wno-orphan-labels*.
+
*-w*'[+-]foo'::
Causes *nasm* to enable or disable certain classes of warning messages,
for example *-w+orphan-labels* or *-w-macro-params*.