mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-22 16:31:51 +00:00
Avoid nonessential strings-as-numbers in tests
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
warning: All character units must be 8-bit [-Wtruncation]
|
||||
at multivalue-charmap.asm(11)
|
||||
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-Wobsolete]
|
||||
at multivalue-charmap.asm(20)
|
||||
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-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]
|
||||
|
||||
Reference in New Issue
Block a user