From 895139cbd54463da0310c6ddb9e708925bfb374c Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 20 Apr 2013 20:24:01 +0400 Subject: [PATCH] BR3392248: Update nasm manual Add -W description Signed-off-by: Cyrill Gorcunov --- nasm.txt | 4 ++++ 1 file changed, 4 insertions(+) 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*. -- 2.11.4.GIT