From fdeb3b0d018f4c0ce5e16c0620287af806873543 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 6 Jun 2019 20:53:17 -0700 Subject: Add group aliases for all prefixed warnings. For example, -w+float will now enable all warnings with names staring with float-*. Signed-off-by: H. Peter Anvin --- nasm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nasm.txt') diff --git a/nasm.txt b/nasm.txt index a28202f9..cc7fa27b 100644 --- a/nasm.txt +++ b/nasm.txt @@ -126,11 +126,11 @@ OPTIONS *-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*. + in gcc-like style, for example *-Wlabel-orphan* 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*. + for example *-w+label-orphan* or *-w-macro-params*. *-X* 'format':: Specifies error reporting format (gnu or vc). -- cgit v1.2.1