0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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 a2aa31a926
commit f30caaf08d
2 changed files with 3 additions and 1 deletions

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;

View File

@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
189,
/**/
188,
/**/