updated for version 7.2-173
diff --git a/src/charset.c b/src/charset.c
index b6a8926..bac1a20 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1026,13 +1026,12 @@
  * 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;