# HG changeset patch # User Bram Moolenaar # Date 1398275070 -7200 # Node ID af1bb39774f41c28eabd24d80cffc775695bc124 # Parent 389658b4112c8f1c9d20717d7d6c04d74c399e65 updated for version 7.4.263 Problem: GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz) Solution: Remove the second declaration. diff --git a/src/eval.c b/src/eval.c --- a/src/eval.c +++ b/src/eval.c @@ -18319,7 +18319,6 @@ get_cmd_output_as_rettv(argvars, rettv, char_u *s = NULL; char_u *start; char_u *end; - char_u *p; int i; res = get_cmd_output(get_tv_string(&argvars[0]), infile, diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 263, +/**/ 262, /**/ 261,