|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.263
|
|
|
22c937 |
Fcc: outbox
|
|
|
22c937 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
22c937 |
Mime-Version: 1.0
|
|
|
22c937 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c937 |
Content-Transfer-Encoding: 8bit
|
|
|
22c937 |
------------
|
|
|
22c937 |
|
|
|
22c937 |
Patch 7.4.263
|
|
|
22c937 |
Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz)
|
|
|
22c937 |
Solution: Remove the second declaration.
|
|
|
22c937 |
Files: src/eval.c
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.262/src/eval.c 2014-04-23 17:43:37.362948683 +0200
|
|
|
22c937 |
--- src/eval.c 2014-04-23 19:34:46.678787977 +0200
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 18319,18325 ****
|
|
|
22c937 |
char_u *s = NULL;
|
|
|
22c937 |
char_u *start;
|
|
|
22c937 |
char_u *end;
|
|
|
22c937 |
- char_u *p;
|
|
|
22c937 |
int i;
|
|
|
22c937 |
|
|
|
22c937 |
res = get_cmd_output(get_tv_string(&argvars[0]), infile,
|
|
|
22c937 |
--- 18319,18324 ----
|
|
|
22c937 |
*** ../vim-7.4.262/src/version.c 2014-04-23 19:06:33.702828771 +0200
|
|
|
22c937 |
--- src/version.c 2014-04-23 19:43:22.366775550 +0200
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 736,737 ****
|
|
|
22c937 |
--- 736,739 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 263,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
How many light bulbs does it take to change a person?
|
|
|
22c937 |
|
|
|
22c937 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
22c937 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
22c937 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
22c937 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|