mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
warning: label-macro-arg.asm(13) -> label-macro-arg.asm::m2(9): [-Wobsolete]
|
||||
`y =` is deprecated; use `DEF y =`
|
||||
warning: label-macro-arg.asm(15) -> label-macro-arg.asm::m2(9): [-Wobsolete]
|
||||
`yy =` is deprecated; use `DEF yy =`
|
||||
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(25):
|
||||
Local label 'sizeof_.something' in main scope
|
||||
while expanding symbol "VAR_DEF"
|
||||
|
||||
Reference in New Issue
Block a user