mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 13:57:48 +00:00
These are offsets from the end of the string, as if the STRLEN or CHARLEN respectively were added to the position. Fixes #812
15 lines
718 B
Plaintext
15 lines
718 B
Plaintext
warning: strsub.asm(15) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Length too big: 32
|
|
warning: strsub.asm(16) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Length too big: 300
|
|
warning: strsub.asm(17) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Position starts at 1
|
|
warning: strsub.asm(17) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Length too big: 300
|
|
warning: strsub.asm(19) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Position 4 is past the end of the string
|
|
warning: strsub.asm(19) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Length too big: 1
|
|
warning: strsub.asm(22) -> strsub.asm::xstrsub(4): [-Wbuiltin-args]
|
|
STRSUB: Length too big: 10
|