]> granicus.if.org Git - vim/commitdiff
patch 8.2.0553: error for unused argument v8.2.0553
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Apr 2020 12:50:26 +0000 (14:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Apr 2020 12:50:26 +0000 (14:50 +0200)
Problem:    Error for unused argument.
Solution:   Add UNUSED.

src/libvterm/t/harness.c
src/version.c

index 5fa4cfbca41bfc4af629e581f7ebc956ce78239d..75869d756cbc990ebe1433fb7e71456278be9d5f 100644 (file)
@@ -65,7 +65,7 @@ static VTermScreen *screen;
 
 static VTermEncodingInstance encoding;
 
-static void term_output(const char *s, size_t len, void *user)
+static void term_output(const char *s, size_t len, void *user UNUSED)
 {
   size_t i;
 
index 2985dd0b05ecd919997e5442aebef87e51808fb0..a9cdd6a8020fd1e5955159f81c38060bf8bbd604 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    553,
 /**/
     552,
 /**/