mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 07:47:49 +00:00
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
warning: load-endings.asm(23): [-Wunterminated-load]
|
||||
`LOAD` block without `ENDL` terminated by `LOAD`
|
||||
warning: load-endings.asm(28): [-Wunterminated-load]
|
||||
`LOAD` block without `ENDL` terminated by `SECTION`
|
||||
warning: load-endings.asm(45): [-Wunterminated-load]
|
||||
`LOAD` block without `ENDL` terminated by `POPS`
|
||||
warning: load-endings.asm(50): [-Wunterminated-load]
|
||||
`LOAD` block without `ENDL` terminated by `ENDSECTION`
|
||||
warning: `LOAD` block without `ENDL` terminated by `LOAD` [-Wunterminated-load]
|
||||
at load-endings.asm(23)
|
||||
warning: `LOAD` block without `ENDL` terminated by `SECTION` [-Wunterminated-load]
|
||||
at load-endings.asm(28)
|
||||
warning: `LOAD` block without `ENDL` terminated by `POPS` [-Wunterminated-load]
|
||||
at load-endings.asm(45)
|
||||
warning: `LOAD` block without `ENDL` terminated by `ENDSECTION` [-Wunterminated-load]
|
||||
at load-endings.asm(50)
|
||||
|
||||
Reference in New Issue
Block a user