forked from aniani/vim
patch 8.2.0879: compiler warning for unused function argument
Problem: Compiler warning for unused function argument. Solution: Add UNUSED.
This commit is contained in:
@@ -3170,7 +3170,7 @@ update_search_stat(
|
||||
searchstat_T *stat,
|
||||
int recompute,
|
||||
int maxcount,
|
||||
long timeout)
|
||||
long timeout UNUSED)
|
||||
{
|
||||
int save_ws = p_ws;
|
||||
int wraparound = FALSE;
|
||||
|
Reference in New Issue
Block a user