From 4d46f5a0e2832b020c0352d54dcaad3bf87e0f0e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 6 Jul 2017 22:59:48 +0000 Subject: Now that we have the -Wstyle message level, downgrade six warnings that are not syntax mistakes and that do not cause wrong formatting or content to style suggestions. Also upgrade two warnings that may cause information loss to errors. --- regress/roff/args/mdoc.out_lint | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'regress/roff/args/mdoc.out_lint') diff --git a/regress/roff/args/mdoc.out_lint b/regress/roff/args/mdoc.out_lint index d28277a1..f4715ba2 100644 --- a/regress/roff/args/mdoc.out_lint +++ b/regress/roff/args/mdoc.out_lint @@ -1,13 +1,13 @@ -mandoc: mdoc.in:38:13: WARNING: whitespace at end of input line -mandoc: mdoc.in:42:14: WARNING: whitespace at end of input line -mandoc: mdoc.in:46:15: WARNING: whitespace at end of input line -mandoc: mdoc.in:86:25: WARNING: whitespace at end of input line -mandoc: mdoc.in:90:26: WARNING: whitespace at end of input line -mandoc: mdoc.in:94:27: WARNING: whitespace at end of input line -mandoc: mdoc.in:102:9: WARNING: unterminated quoted argument -mandoc: mdoc.in:103:13: WARNING: unterminated quoted argument -mandoc: mdoc.in:107:10: WARNING: unterminated quoted argument -mandoc: mdoc.in:108:14: WARNING: unterminated quoted argument -mandoc: mdoc.in:112:11: WARNING: unterminated quoted argument -mandoc: mdoc.in:113:15: WARNING: unterminated quoted argument +mandoc: mdoc.in:38:13: STYLE: whitespace at end of input line +mandoc: mdoc.in:42:14: STYLE: whitespace at end of input line +mandoc: mdoc.in:46:15: STYLE: whitespace at end of input line +mandoc: mdoc.in:86:25: STYLE: whitespace at end of input line +mandoc: mdoc.in:90:26: STYLE: whitespace at end of input line +mandoc: mdoc.in:94:27: STYLE: whitespace at end of input line +mandoc: mdoc.in:102:9: STYLE: unterminated quoted argument +mandoc: mdoc.in:103:13: STYLE: unterminated quoted argument +mandoc: mdoc.in:107:10: STYLE: unterminated quoted argument +mandoc: mdoc.in:108:14: STYLE: unterminated quoted argument +mandoc: mdoc.in:112:11: STYLE: unterminated quoted argument +mandoc: mdoc.in:113:15: STYLE: unterminated quoted argument mandoc: mdoc.in:121:1: ERROR: escaped character not allowed in a name: Fl\( -- cgit