diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:24:01 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:24:01 +0400 |
commit | 895139cbd54463da0310c6ddb9e708925bfb374c (patch) | |
tree | fad2405a66f2cc60a14445efe5453bf04b4c4070 | |
parent | 567cc681a4e2fbceb26f8e0b54112bb2198b5292 (diff) | |
download | nasm-895139cbd54463da0310c6ddb9e708925bfb374c.tar.gz nasm-895139cbd54463da0310c6ddb9e708925bfb374c.tar.bz2 nasm-895139cbd54463da0310c6ddb9e708925bfb374c.zip |
BR3392248: Update nasm manual
Add -W description
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r-- | nasm.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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*. |