mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement -Wunmatched-directive
This commit is contained in:
6
test/asm/unmatched-directive.err
Normal file
6
test/asm/unmatched-directive.err
Normal file
@@ -0,0 +1,6 @@
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHC` without corresponding `POPC`
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHO` without corresponding `POPO`
|
||||
warning: unmatched-directive.asm(5): [-Wunmatched-directive]
|
||||
`PUSHS` without corresponding `POPS`
|
||||
Reference in New Issue
Block a user