mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 14:27:50 +00:00
Add a -Wunmapped-char warning for characters not in the charmap (#1023)
Fixes #1022
This commit is contained in:
4
test/asm/unmapped-char.err
Normal file
4
test/asm/unmapped-char.err
Normal file
@@ -0,0 +1,4 @@
|
||||
warning: unmapped-char.asm(7): [-Wunmapped-char]
|
||||
Unmapped character 'A'
|
||||
warning: unmapped-char.asm(13): [-Wunmapped-char]
|
||||
Unmapped character 'A'
|
||||
Reference in New Issue
Block a user