summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c
index de7bae86..db6d04c6 100644
--- a/src/search.c
+++ b/src/search.c
@@ -451,8 +451,8 @@ last_csearch_until()
void
set_last_csearch(c, s, len)
int c;
- char_u *s;
- int len;
+ char_u *s UNUSED;
+ int len UNUSED;
{
*lastc = c;
#ifdef FEAT_MBYTE