Fix spurious truncation warning (#1238)

This commit is contained in:
Rangi
2023-11-20 16:51:51 -05:00
committed by GitHub
parent 232416b30d
commit 3c0879a3c6
4 changed files with 49 additions and 35 deletions

View File

@@ -27,6 +27,8 @@ MACRO try
; warn at level 2
db ~(1 << BAR_F)
dw -wLabel
db ~$ff
dw ~$ffff
ENDM
try Wno-truncation