commit | 3cfd5289ca1135f116e7ece9cdadef51493ca02b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 23:28:43 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 23:28:43 2015 +0200 |
tree | 8f72e1e602ddfd09a1c87aea0451bbacad1ca293 | |
parent | 1560d07045d416d0abf9731c43c28925f61515b6 [diff] [blame] |
patch 7.4.826 Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
diff --git a/src/search.c b/src/search.c index de7bae8..db6d04c 100644 --- a/src/search.c +++ b/src/search.c
@@ -451,8 +451,8 @@ 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