mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Deprecate treating strings as numbers (#1780)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
warning: raw-string-symbol-errors.asm(7): [-Wobsolete]
|
||||
Treating strings as numbers is deprecated
|
||||
error: raw-string-symbol-errors.asm(7):
|
||||
Strings as numbers must be a single charmap unit
|
||||
error: raw-string-symbol-errors.asm(8):
|
||||
@@ -8,6 +10,8 @@ error: raw-string-symbol-errors.asm(13):
|
||||
'm' is not a string symbol
|
||||
error: raw-string-symbol-errors.asm(14):
|
||||
'u' is not a string symbol
|
||||
warning: raw-string-symbol-errors.asm(17): [-Wobsolete]
|
||||
Treating strings as numbers is deprecated
|
||||
error: raw-string-symbol-errors.asm(17):
|
||||
Strings as numbers must be a single charmap unit
|
||||
error: raw-string-symbol-errors.asm(18):
|
||||
|
||||
Reference in New Issue
Block a user