mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Lowercase "error:" in -Werror output
This commit is contained in:
@@ -10,10 +10,10 @@ warning: multiple-charmaps.asm(90) -> multiple-charmaps.asm::print_mapped(27): [
|
||||
Treating 2-character string as a number
|
||||
warning: multiple-charmaps.asm(98) -> multiple-charmaps.asm::print_mapped(27): [-Wnumeric-string]
|
||||
Treating 2-character string as a number
|
||||
ERROR: multiple-charmaps.asm(100) -> multiple-charmaps.asm::new_(7):
|
||||
error: multiple-charmaps.asm(100) -> multiple-charmaps.asm::new_(7):
|
||||
Charmap 'map1' already exists
|
||||
ERROR: multiple-charmaps.asm(102) -> multiple-charmaps.asm::set_(13):
|
||||
error: multiple-charmaps.asm(102) -> multiple-charmaps.asm::set_(13):
|
||||
Charmap 'map5' doesn't exist
|
||||
ERROR: multiple-charmaps.asm(104) -> multiple-charmaps.asm::pop_(23):
|
||||
error: multiple-charmaps.asm(104) -> multiple-charmaps.asm::pop_(23):
|
||||
No entries in the charmap stack
|
||||
error: Assembly aborted (3 errors)!
|
||||
|
||||
Reference in New Issue
Block a user