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,7 +1,7 @@
warning: nested-macrodef.asm(26) -> nested-macrodef.asm::outer(22): [-Wuser]
Nested macros shouldn't work, whose argument would be \1?
ERROR: nested-macrodef.asm(26) -> nested-macrodef.asm::outer(24):
error: nested-macrodef.asm(26) -> nested-macrodef.asm::outer(24):
Unterminated macro definition
ERROR: nested-macrodef.asm(27):
error: nested-macrodef.asm(27):
Macro "inner" not defined
error: Assembly aborted (2 errors)!