diff options
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index b6a8926fe..bac1a20ff 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1026,13 +1026,12 @@ lbr_chartabsize_adv(s, col) * string at start of line. Warning: *headp is only set if it's a non-zero * value, init to 0 before calling. */ -/*ARGSUSED*/ int win_lbr_chartabsize(wp, s, col, headp) win_T *wp; char_u *s; colnr_T col; - int *headp; + int *headp UNUSED; { #ifdef FEAT_LINEBREAK int c; |