Patch 8.0.0061 (after 8.0.0058)
Problem: Compiler warning for unused variable.
Solution: Add #ifdef. (John Marriott)
Files: src/popupmnu.c
*** ../vim-8.0.0060/src/popupmnu.c 2016-11-04 20:08:48.277161346 +0100
--- src/popupmnu.c 2016-11-04 22:06:22.479024095 +0100
***************
*** 60,66 ****
--- 60,68 ----
int above_row;
int below_row;
int redo_count = 0;
+ #if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
win_T *pvwin;
+ #endif
redo:
def_width = PUM_DEF_WIDTH;
*** ../vim-8.0.0060/src/version.c 2016-11-04 21:22:33.323268841 +0100
--- src/version.c 2016-11-04 22:07:26.686534879 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 61,
/**/
--
The only way the average employee can speak to an executive is by taking a
second job as a golf caddie.
(Scott Adams - The Dilbert principle)
/// 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.