mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
The label-orphan warning is *way* more useful if it includes the actual label name; this way the programmer can usually spot immediately if it is a label or misspelled instruction. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2 lines
119 B
Plaintext
2 lines
119 B
Plaintext
./travis/test/aoutso.asm:79: warning: label `.end' alone on a line without a colon might be in error [-w+label-orphan]
|