mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Tell people to use character literals or CHARVAL instead of strings as numbers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
warning: Treating strings as numbers is deprecated [-Wobsolete]
|
||||
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-Wobsolete]
|
||||
at string-concat.asm(21)
|
||||
warning: Treating strings as numbers is deprecated [-Wobsolete]
|
||||
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-Wobsolete]
|
||||
at string-concat.asm(21)
|
||||
error: syntax error, unexpected ++
|
||||
at string-concat.asm(25)
|
||||
|
||||
Reference in New Issue
Block a user