mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make the "db/dw/dl directive without data in ROM" warning more specific
Also use uppercase for DB/DW/DL to be consistent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
warning: empty-data-directive.asm(6): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
DB directive without data in ROM
|
||||
warning: empty-data-directive.asm(7): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
DW directive without data in ROM
|
||||
warning: empty-data-directive.asm(8): [-Wempty-data-directive]
|
||||
db/dw/dl directive without data in ROM
|
||||
DL directive without data in ROM
|
||||
|
||||
Reference in New Issue
Block a user