mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement warning diagnostic flags for RGBLINK (#1754)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
error: patch-overflow.asm(3): Value 81920 is not 16-bit
|
||||
error: patch-overflow.asm(2): Value 16384 is not 8-bit
|
||||
Linking failed with 2 errors
|
||||
warning: patch-overflow.asm(3): [-Wtruncation]
|
||||
Value $14000 is not 16-bit
|
||||
warning: patch-overflow.asm(2): [-Wtruncation]
|
||||
Value $4000 is not 8-bit
|
||||
|
||||
Reference in New Issue
Block a user