From 416d3e6d6ed3c6b26875d0a68ab64e3910be3d7b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 16 Jul 2019 20:34:29 +0300 Subject: Fix lint_old warnings to use lintwarn function. --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 2f9e6d4c..24050e6d 100644 --- a/node.c +++ b/node.c @@ -552,7 +552,7 @@ parse_escape(const char **string_ptr) case 'b': case 'f': case 'r': - warning(_("old awk does not support the `\\%c' escape sequence"), c); + lintwarn(_("old awk does not support the `\\%c' escape sequence"), c); break; } } -- cgit v1.2.3