mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-04 00:37:47 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
warning: multivalue-charmap.asm(11): [-Wtruncation]
|
||||
All character units must be 8-bit
|
||||
warning: multivalue-charmap.asm(20): [-Wobsolete]
|
||||
Treating strings as numbers is deprecated
|
||||
warning: multivalue-charmap.asm(21): [-Wobsolete]
|
||||
Treating strings as numbers is deprecated
|
||||
warning: multivalue-charmap.asm(22): [-Wtruncation]
|
||||
All character units must be 8-bit
|
||||
warning: multivalue-charmap.asm(34): [-Wtruncation]
|
||||
All character units must be 8-bit
|
||||
warning: All character units must be 8-bit [-Wtruncation]
|
||||
at multivalue-charmap.asm(11)
|
||||
warning: Treating strings as numbers is deprecated [-Wobsolete]
|
||||
at multivalue-charmap.asm(20)
|
||||
warning: Treating strings as numbers is deprecated [-Wobsolete]
|
||||
at multivalue-charmap.asm(21)
|
||||
warning: All character units must be 8-bit [-Wtruncation]
|
||||
at multivalue-charmap.asm(22)
|
||||
warning: All character units must be 8-bit [-Wtruncation]
|
||||
at multivalue-charmap.asm(34)
|
||||
|
||||
Reference in New Issue
Block a user