comparison src/popupmnu.c @ 10332:4d98f501d1c5 v8.0.0061

commit https://github.com/vim/vim/commit/aab3383e70456f054fe9d0963fe3eb45994aa5e7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 22:08:29 2016 +0100 patch 8.0.0061 Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 22:15:04 +0100
parents 7d10572eaba4
children 783a75eca83a
comparison
equal deleted inserted replaced
10331:443896d0af02 10332:4d98f501d1c5
58 int context_lines; 58 int context_lines;
59 int col; 59 int col;
60 int above_row; 60 int above_row;
61 int below_row; 61 int below_row;
62 int redo_count = 0; 62 int redo_count = 0;
63 #if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
63 win_T *pvwin; 64 win_T *pvwin;
65 #endif
64 66
65 redo: 67 redo:
66 def_width = PUM_DEF_WIDTH; 68 def_width = PUM_DEF_WIDTH;
67 max_width = 0; 69 max_width = 0;
68 kind_width = 0; 70 kind_width = 0;