Patch 8.2.0879
Problem: Compiler warning for unused function argument.
Solution: Add UNUSED.
Files: src/search.c
*** ../vim-8.2.0878/src/search.c 2020-06-01 17:28:31.511939716 +0200
--- src/search.c 2020-06-01 18:54:37.741861092 +0200
***************
*** 3170,3176 ****
searchstat_T *stat,
int recompute,
int maxcount,
! long timeout)
{
int save_ws = p_ws;
int wraparound = FALSE;
--- 3170,3176 ----
searchstat_T *stat,
int recompute,
int maxcount,
! long timeout UNUSED)
{
int save_ws = p_ws;
int wraparound = FALSE;
*** ../vim-8.2.0878/src/version.c 2020-06-01 18:39:14.040317510 +0200
--- src/version.c 2020-06-01 18:55:35.193744451 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 879,
/**/
--
hundred-and-one symptoms of being an internet addict:
244. You use more than 20 passwords.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202006011656.051GuWS3014354%40masaka.moolenaar.net.