patch 8.2.0553: error for unused argument

Problem:    Error for unused argument.
Solution:   Add UNUSED.
This commit is contained in:
Bram Moolenaar
2020-04-12 14:50:26 +02:00
parent 99aaf0ce7c
commit cd630becc8
2 changed files with 3 additions and 1 deletions

View 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;

View File

@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
553,
/**/
552,
/**/