mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 07:17:49 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,64 +1,64 @@
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(23): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(24): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(25): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(26): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(28): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(29): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(30): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(35) -> warn-truncation.asm::try(31): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(37) -> warn-truncation.asm::try(23): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(37) -> warn-truncation.asm::try(24): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(37) -> warn-truncation.asm::try(25): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(37) -> warn-truncation.asm::try(26): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(23): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(24): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(25): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(26): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(28): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(29): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(30): [-Wtruncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
warning: warn-truncation.asm(38) -> warn-truncation.asm::try(31): [-Wtruncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(39) -> warn-truncation.asm::try(23): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(39) -> warn-truncation.asm::try(24): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(39) -> warn-truncation.asm::try(25): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(39) -> warn-truncation.asm::try(26): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(23): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(24): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(25): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(26): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(28): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(29): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(30): [-Werror=truncation]
|
||||
Expression must be 8-bit; use LOW() to force 8-bit
|
||||
error: warn-truncation.asm(40) -> warn-truncation.asm::try(31): [-Werror=truncation]
|
||||
Expression must be 16-bit
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(38)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(39)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(39)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(39)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(39)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(40)
|
||||
|
||||
Reference in New Issue
Block a user