commit | f9ca08e95ff5b66a02c75334264dd86508b2a453 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:56:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:56:03 2020 +0200 |
tree | 7b5f9a61318731b6b6d9d330da366c0d50e85700 | |
parent | 85629985b71035608a37ba3bde86968481490d46 [diff] [blame] |
patch 8.2.0879: compiler warning for unused function argument Problem: Compiler warning for unused function argument. Solution: Add UNUSED.
diff --git a/src/search.c b/src/search.c index 802718d..e0b0f9b 100644 --- a/src/search.c +++ b/src/search.c
@@ -3170,7 +3170,7 @@ searchstat_T *stat, int recompute, int maxcount, - long timeout) + long timeout UNUSED) { int save_ws = p_ws; int wraparound = FALSE;