Patch 9.0.0152 (after 9.0.0151)
Problem: Warning for unused argument in small build.
Solution: Add "UNUSED".
Files: src/drawline.c
*** ../vim-9.0.0151/src/drawline.c 2022-08-06 13:47:16.212982332 +0100
--- src/drawline.c 2022-08-06 14:18:36.708604437 +0100
***************
*** 369,375 ****
* Start a screen line at column zero.
*/
static void
! win_line_start(win_T *wp, winlinevars_T *wlv)
{
wlv->col = 0;
wlv->off = (unsigned)(current_ScreenLine - ScreenLines);
--- 369,375 ----
* Start a screen line at column zero.
*/
static void
! win_line_start(win_T *wp UNUSED, winlinevars_T *wlv)
{
wlv->col = 0;
wlv->off = (unsigned)(current_ScreenLine - ScreenLines);
*** ../vim-9.0.0151/src/version.c 2022-08-06 13:47:16.212982332 +0100
--- src/version.c 2022-08-06 14:19:40.656097423 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 152,
/**/
--
If VIM were a woman, I'd marry her. Slim, organized, helpful
and beautiful; what's not to like? --David A. Rogers
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220806132229.417F41C0CD2%40moolenaar.net.