Patch 7.4.1771 (after 7.4.1768)
Problem: Warning for unused variable.
Solution: Add #ifdef. (John Marriott)
Files: src/eval.c
*** ../vim-7.4.1770/src/eval.c 2016-04-21 21:08:11.789949009 +0200
--- src/eval.c 2016-04-22 09:42:48.815115620 +0200
***************
*** 98,104 ****
--- 98,106 ----
static char *e_listdictarg = N_("E712: Argument of %s must be a List or
Dictionary");
static char *e_listreq = N_("E714: List required");
static char *e_dictreq = N_("E715: Dictionary required");
+ #ifdef FEAT_QUICKFIX
static char *e_stringreq = N_("E928: String required");
+ #endif
static char *e_toomanyarg = N_("E118: Too many arguments for function: %s");
static char *e_dictkey = N_("E716: Key not present in Dictionary: %s");
static char *e_funcexts = N_("E122: Function %s already exists, add ! to
replace it");
*** ../vim-7.4.1770/src/version.c 2016-04-21 21:08:11.797948928 +0200
--- src/version.c 2016-04-22 09:44:03.178353437 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1771,
/**/
--
ARTHUR: Be quiet!
DENNIS: --but by a two-thirds majority in the case of more--
ARTHUR: Be quiet! I order you to be quiet!
WOMAN: Order, eh -- who does he think he is?
ARTHUR: I am your king!
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.