Lowercase "error:" in -Werror output

This commit is contained in:
Rangi
2021-11-19 23:04:24 -05:00
committed by Eldred Habert
parent cedfd2582a
commit f82603f196
115 changed files with 308 additions and 308 deletions

View File

@@ -1,11 +1,11 @@
ERROR: strfmt.asm(14):
error: strfmt.asm(14):
Formatting number as type 's'
ERROR: strfmt.asm(14):
error: strfmt.asm(14):
STRFMT: 1 unformatted argument(s)
ERROR: strfmt.asm(22):
error: strfmt.asm(22):
STRFMT: Illegal '%' at end of format string
ERROR: strfmt.asm(24):
error: strfmt.asm(24):
STRFMT: Invalid format spec for argument 1
ERROR: strfmt.asm(26):
error: strfmt.asm(26):
STRFMT: Not enough arguments for format spec, got: 1, need: 3
error: Assembly aborted (5 errors)!