diff --git a/src/search.c b/src/search.c index 802718d18..e0b0f9b45 100644 --- a/src/search.c +++ b/src/search.c @@ -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; diff --git a/src/version.c b/src/version.c index 4a271403a..80be6d03b 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 879, /**/ 878, /**/