|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.189
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.189
|
|
|
073263 |
Problem: Compiler warning for unused argument.
|
|
|
073263 |
Solution: Add UNUSED.
|
|
|
073263 |
Files: src/eval.c
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.188/src/eval.c 2014-02-22 22:18:39.532905522 +0100
|
|
|
073263 |
--- src/eval.c 2014-02-23 22:29:14.976766942 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 9203,9209 ****
|
|
|
073263 |
byteidx(argvars, rettv, comp)
|
|
|
073263 |
typval_T *argvars;
|
|
|
073263 |
typval_T *rettv;
|
|
|
073263 |
! int comp;
|
|
|
073263 |
{
|
|
|
073263 |
#ifdef FEAT_MBYTE
|
|
|
073263 |
char_u *t;
|
|
|
073263 |
--- 9203,9209 ----
|
|
|
073263 |
byteidx(argvars, rettv, comp)
|
|
|
073263 |
typval_T *argvars;
|
|
|
073263 |
typval_T *rettv;
|
|
|
073263 |
! int comp UNUSED;
|
|
|
073263 |
{
|
|
|
073263 |
#ifdef FEAT_MBYTE
|
|
|
073263 |
char_u *t;
|
|
|
073263 |
*** ../vim-7.4.188/src/version.c 2014-02-23 22:52:33.372764715 +0100
|
|
|
073263 |
--- src/version.c 2014-02-23 22:54:17.836764549 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 740,741 ****
|
|
|
073263 |
--- 740,743 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 189,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
Q: How does a UNIX Guru pick up a girl?
|
|
|
073263 |
A: look; grep; which; eval; nice; uname; talk; date;
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|