mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
* Add more tests for RGBASM code coverage * Use C++ unnamed parameters, not `(void)` casting * Fix crash in `sect_AlignPC` from #1253
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
warning: break.asm(9): [-Wuser]
|
|
done 5
|
|
warning: break.asm(17): [-Wuser]
|
|
OK
|
|
error: break.asm(18):
|
|
BREAK can only be used inside a REPT/FOR block
|
|
FATAL: break.asm(19) -> break.asm::REPT~1(23):
|
|
Ended block with 1 unterminated IF construct
|