]> granicus.if.org Git - vim/commitdiff
patch 8.1.0113: compiler warning for unused variable v8.1.0113
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Jun 2018 17:24:03 +0000 (19:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Jun 2018 17:24:03 +0000 (19:24 +0200)
Problem:    Compiler warning for unused variable. (Yegappan Lakshmanan)
Solution:   Add UNUSED. (Christian Brabandt)

src/screen.c
src/version.c

index b5b68e4dfed68df909c062a114cc5fdd9851fb22..eac50c52c81510868d02b413d194709fa4823f70 100644 (file)
@@ -6874,7 +6874,7 @@ win_redr_status_matches(
  * displayed.
  */
     static void
-win_redr_status(win_T *wp, int ignore_pum)
+win_redr_status(win_T *wp, int ignore_pum UNUSED)
 {
     int                row;
     char_u     *p;
index 06ed8ce24e6413b3e47f24fdb60302d63d2af436..433881c3b1cb14be66d97ac30d4d23d7df631f5c 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    113,
 /**/
     112,
 /**/