To: vim_dev@googlegroups.com Subject: Patch 7.4.1771 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///