mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 04:52:08 +00:00
Make quote marks consistent in error/warning messages (#1791)
- "Double quotes" for strings (filenames, section names, CLI option arguments, etc) - 'Single quotes' for characters and CLI option flags - `Backticks` for keywords and identifiers (symbol names, charmap names, etc) CLI option flags also have their leading dashes
This commit is contained in:
@@ -1,64 +1,64 @@
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(35)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(37)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 8-bit; use LOW() to force 8-bit [-Wtruncation]
|
||||
warning: Expression must be 8-bit; use `LOW()` to force 8-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(38)
|
||||
warning: Expression must be 16-bit [-Wtruncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(38)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(39)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(39)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(39)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(39)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(23) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(24) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(25) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(26) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(28) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(29) <- warn-truncation.asm(40)
|
||||
error: Expression must be 8-bit; use LOW() to force 8-bit [-Werror=truncation]
|
||||
error: Expression must be 8-bit; use `LOW()` to force 8-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(30) <- warn-truncation.asm(40)
|
||||
error: Expression must be 16-bit [-Werror=truncation]
|
||||
at warn-truncation.asm::try(31) <- warn-truncation.asm(40)
|
||||
|
||||
Reference in New Issue
Block a user