commit | f1d2501ebe33e148886c2914acd33140e20ee222 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 12:22:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 12:22:53 2016 +0100 |
tree | 49e0f2df5cf7358f4bbd4f5ec25a2359753ca671 | |
parent | 00ded43a5a85df57abb74f9e3a38a401f6fbd8fd [diff] [blame] |
patch 7.4.1476 Problem: Function arguments marked as unused while they are not. Solution: Remove UNUSED. (Yegappan Lakshmanan)
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 88257cc..e1a0dfd 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -2033,7 +2033,7 @@ static int do_arglist( char_u *str, - int what UNUSED, + int what, int after UNUSED) /* 0 means before first one */ { garray_T new_ga;