1
0
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:
Bram Moolenaar
2020-06-01 18:56:03 +02:00
parent 85629985b7
commit f9ca08e95f
2 changed files with 3 additions and 1 deletions

View File

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