mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
Deprecate 1-indexed string functions
This commit is contained in:
20
test/asm/strslice.err
Normal file
20
test/asm/strslice.err
Normal file
@@ -0,0 +1,20 @@
|
||||
warning: strslice.asm(14) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Start index 4 is past the end of the string
|
||||
warning: strslice.asm(15) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Index starts at 0
|
||||
warning: strslice.asm(18) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 31 is past the end of the string
|
||||
warning: strslice.asm(19) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 300 is past the end of the string
|
||||
warning: strslice.asm(20) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Index starts at 0
|
||||
warning: strslice.asm(20) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 300 is past the end of the string
|
||||
warning: strslice.asm(22) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Start index 4 is past the end of the string
|
||||
warning: strslice.asm(22) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 4 is past the end of the string
|
||||
warning: strslice.asm(23) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 4 is past the end of the string
|
||||
warning: strslice.asm(26) -> strslice.asm::xstrslice(2): [-Wbuiltin-args]
|
||||
STRSLICE: Stop index 12 is past the end of the string
|
||||
Reference in New Issue
Block a user