mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix spurious truncation warning (#1238)
This commit is contained in:
@@ -27,6 +27,8 @@ MACRO try
|
||||
; warn at level 2
|
||||
db ~(1 << BAR_F)
|
||||
dw -wLabel
|
||||
db ~$ff
|
||||
dw ~$ffff
|
||||
ENDM
|
||||
|
||||
try Wno-truncation
|
||||
|
||||
Reference in New Issue
Block a user