mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Don't silence strings-as-numbers with OPT Wno-obsolete in tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
opt Wno-unmapped-char, Wno-obsolete
|
||||
opt Wno-unmapped-char
|
||||
|
||||
MACRO new_
|
||||
IF _NARG > 1
|
||||
@@ -30,8 +30,8 @@ MACRO pop_
|
||||
popc
|
||||
ENDM
|
||||
|
||||
MACRO print_mapped
|
||||
def x = \1
|
||||
MACRO? print_mapped
|
||||
def x = CHARVAL(\1)
|
||||
println "{x}"
|
||||
ENDM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user