Tell people to use character literals or CHARVAL instead of strings as numbers

This commit is contained in:
Rangi42
2025-09-03 22:46:19 -04:00
parent c5c2800f17
commit c5d437ab3c
6 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
warning: Treating strings as numbers is deprecated [-Wobsolete]
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-Wobsolete]
at string-concat.asm(21)
warning: Treating strings as numbers is deprecated [-Wobsolete]
warning: Treating strings as numbers is deprecated; use character literals or `CHARVAL` instead [-Wobsolete]
at string-concat.asm(21)
error: syntax error, unexpected ++
at string-concat.asm(25)