mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 14:57:50 +00:00
Tell people to use character literals or CHARVAL instead of strings as numbers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
warning: All character units must be 8-bit [-Wtruncation]
|
||||
at multivalue-charmap.asm(11)
|
||||
warning: Treating strings as numbers is deprecated [-Wobsolete]
|
||||
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 [-Wobsolete]
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user