Remove unplanned TODO comments

This commit is contained in:
Rangi42
2025-07-15 21:53:55 -04:00
parent 2720224890
commit a0eccceb01
2 changed files with 0 additions and 3 deletions

View File

@@ -30,8 +30,6 @@ _rgbasm_warnings() {
'unterminated-load:Warn on LOAD without ENDL'
'user:Warn when executing the WARN built-in'
)
# TODO: handle `no-` and `error=` somehow?
# TODO: handle `=0|1|2` levels for `numeric-string`, `purge`, `truncation`, and `unmapped-char`?
_describe warning warnings
}

View File

@@ -19,7 +19,6 @@ _rgbgfx_warnings() {
'embedded:Warn when using embedded PLTE without "-c embedded"'
'trim-nonempty:Warn when "-x" trims nonempty tiles'
)
# TODO: handle `no-` and `error=` somehow?
_describe warning warnings
}