mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1476
Problem: Function arguments marked as unused while they are not. Solution: Remove UNUSED. (Yegappan Lakshmanan)
This commit is contained in:
@@ -2033,7 +2033,7 @@ set_arglist(char_u *str)
|
||||
static int
|
||||
do_arglist(
|
||||
char_u *str,
|
||||
int what UNUSED,
|
||||
int what,
|
||||
int after UNUSED) /* 0 means before first one */
|
||||
{
|
||||
garray_T new_ga;
|
||||
|
Reference in New Issue
Block a user