0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
Files
nasm/travis/test/masmdisp.stderr
H. Peter Anvin 494d9531dd travis: fix the masmdisp travis test
The masmdisp travis test incorrectly contained an expectation of
error, from the bug fixed in checkin
e0959432fe.

Fix the test to contain the actually expected output.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2022-12-07 09:45:36 -08:00

5 lines
454 B
Plaintext

./travis/test/masmdisp.asm:11: warning: 64-bit unsigned relocation zero-extended from 32 bits [-w+zext-reloc]
./travis/test/masmdisp.asm:23: warning: 64-bit unsigned relocation zero-extended from 32 bits [-w+zext-reloc]
./travis/test/masmdisp.asm:38: warning: uninitialised space declared in non-BSS section `_BSS': zeroing [-w+zeroing]
./travis/test/masmdisp.asm:39: warning: uninitialised space declared in non-BSS section `_BSS': zeroing [-w+zeroing]