mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
10 lines
459 B
Plaintext
10 lines
459 B
Plaintext
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; use character literals or `CHARVAL` instead [-Wobsolete]
|
|
at string-concat.asm(21)
|
|
error: syntax error, unexpected ++
|
|
at string-concat.asm(25)
|
|
error: syntax error, unexpected ++, expecting ] or + or -
|
|
at string-concat.asm(26)
|
|
Assembly aborted with 2 errors!
|