From e5a420fb33518e08313f653f3031bc36f949e086 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 7 Sep 2022 21:46:56 +0100 Subject: patch 9.0.0412: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charset.c') diff --git a/src/charset.c b/src/charset.c index 79a281580b..d26a696c74 100644 --- a/src/charset.c +++ b/src/charset.c @@ -943,7 +943,7 @@ vim_isprintc_strict(int c) init_chartabsize_arg( chartabsize_T *cts, win_T *wp, - linenr_T lnum, + linenr_T lnum UNUSED, colnr_T col, char_u *line, char_u *ptr) -- cgit v1.2.3