mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Classify all remaining WARN_OTHER warnings in the preprocessor. Move all preprocessor warnings except "user" under a common pp-* prefix. Warn for an out-of-range argument to the %sel() function. Finally, use "dname" in additional places for consistency and future ease of use. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 lines
381 B
Plaintext
5 lines
381 B
Plaintext
./travis/test/ifelse.asm:17: warning: trailing garbage after `%else' ignored [-w+pp-trailing]
|
|
./travis/test/ifelse.asm:19: warning: `%elif' after `%else', ignoring content [-w+pp-else-elif]
|
|
./travis/test/ifelse.asm:26: warning: trailing garbage after `%endif' ignored [-w+pp-trailing]
|
|
./travis/test/ifelse.asm:33: warning: `%else' after `%else', ignoring content [-w+pp-else-else]
|