mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 07:17:49 +00:00
Make ENDL optional like ENDSECTION (#1538)
Add warning for `LOAD` without `ENDL`
This commit is contained in:
8
test/asm/load-endings.err
Normal file
8
test/asm/load-endings.err
Normal file
@@ -0,0 +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`
|
||||
Reference in New Issue
Block a user