comparison src/screen.c @ 14191:ec39f281e3e8 v8.1.0113

patch 8.1.0113: compiler warning for unused variable commit https://github.com/vim/vim/commit/829adb74605604ff0bec33862cde850efb294711 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 19:24:03 2018 +0200 patch 8.1.0113: compiler warning for unused variable Problem: Compiler warning for unused variable. (Yegappan Lakshmanan) Solution: Add UNUSED. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 19:30:05 +0200
parents 2ad722003b36
children 9ca8c36869ce
comparison
equal deleted inserted replaced
14190:1d43cb2a7592 14191:ec39f281e3e8
6872 * If inversion is possible we use it. Else '=' characters are used. 6872 * If inversion is possible we use it. Else '=' characters are used.
6873 * If "ignore_pum" is TRUE, also redraw statusline when the popup menu is 6873 * If "ignore_pum" is TRUE, also redraw statusline when the popup menu is
6874 * displayed. 6874 * displayed.
6875 */ 6875 */
6876 static void 6876 static void
6877 win_redr_status(win_T *wp, int ignore_pum) 6877 win_redr_status(win_T *wp, int ignore_pum UNUSED)
6878 { 6878 {
6879 int row; 6879 int row;
6880 char_u *p; 6880 char_u *p;
6881 int len; 6881 int len;
6882 int fillchar; 6882 int fillchar;