updated for version 7.4.189

Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
This commit is contained in:
Bram Moolenaar
2014-02-23 22:54:58 +01:00
parent 6cb70ea33f
commit f5bc6dadfc
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -9203,7 +9203,7 @@ f_byte2line(argvars, rettv)
byteidx(argvars, rettv, comp)
typval_T *argvars;
typval_T *rettv;
int comp;
int comp UNUSED;
{
#ifdef FEAT_MBYTE
char_u *t;
+2
View File
@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
189,
/**/
188,
/**/