mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Add 0/1/2 warning levels to rgblink -Wtruncation (#1816)
This commit is contained in:
6
test/link/truncation/level1/a.asm
Normal file
6
test/link/truncation/level1/a.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
section "rom", rom0
|
||||
ld bc, -wLabel
|
||||
ld de, -(wLabel * 2)
|
||||
|
||||
section "ram", wram0
|
||||
wLabel::
|
||||
2
test/link/truncation/level1/out.err
Normal file
2
test/link/truncation/level1/out.err
Normal file
@@ -0,0 +1,2 @@
|
||||
warning: Value $fffe8000 (may be negative?) is not 16-bit [-Wtruncation]
|
||||
at truncation/level1/a.asm(3)
|
||||
Reference in New Issue
Block a user