summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-06-06 20:53:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-06-06 20:53:17 -0700
commitfdeb3b0d018f4c0ce5e16c0620287af806873543 (patch)
treeabb43e13e940bf0a7d10a7698e827350684bd3bc /test
parent186f9a0514f466c36677b515622ba1c4fa96e32d (diff)
downloadnasm-fdeb3b0d018f4c0ce5e16c0620287af806873543.tar.gz
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 <hpa@zytor.com>
Diffstat (limited to 'test')
-rw-r--r--test/br3392538.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/br3392538.asm b/test/br3392538.asm
index 3d9f5186..54e8f08d 100644
--- a/test/br3392538.asm
+++ b/test/br3392538.asm
@@ -17,7 +17,7 @@ _start:
; either of the following lines cause: Error in `nasm': double free or corruption ; Aborted (core dumped)
foo
-; warning: label alone on a line without a colon might be in error [-w+orphan-labels]
+; warning: label alone on a line without a colon might be in error [-w+label-orphan]
mov r8, r9, r10
; error: invalid combination of opcode and operands
add r8d, byte 80h