mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 07:17:49 +00:00
Implement STRFMT and more printf-like format specifiers for string interpolation (#646)
Fixes #570 Fixes #178 Use errors for inapplicable format spec flags instead of -Wstring-format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ERROR: bracketed-symbols.asm(16):
|
||||
Print types are only allowed for numbers
|
||||
Formatting string as type 'X'
|
||||
ERROR: bracketed-symbols.asm(20):
|
||||
"Label" does not have a constant value
|
||||
ERROR: bracketed-symbols.asm(21):
|
||||
|
||||
Reference in New Issue
Block a user