summaryrefslogtreecommitdiff
path: root/nasm.txt
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:24:01 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:24:01 +0400
commit895139cbd54463da0310c6ddb9e708925bfb374c (patch)
treefad2405a66f2cc60a14445efe5453bf04b4c4070 /nasm.txt
parent567cc681a4e2fbceb26f8e0b54112bb2198b5292 (diff)
downloadnasm-895139cbd54463da0310c6ddb9e708925bfb374c.tar.gz
BR3392248: Update nasm manual
Add -W description Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'nasm.txt')
-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*.