mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1818: unused variable
Problem: Unused variable. Solution: Remove the variable. (Mike Williams)
This commit is contained in:
parent
6f33b893c6
commit
b4a88a0441
@ -228,7 +228,6 @@ sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
typval_T argv[3];
|
typval_T argv[3];
|
||||||
typval_T rettv;
|
typval_T rettv;
|
||||||
int dummy;
|
|
||||||
char buf[32];
|
char buf[32];
|
||||||
|
|
||||||
vim_snprintf(buf, sizeof(buf), "close sound%06ld",
|
vim_snprintf(buf, sizeof(buf), "close sound%06ld",
|
||||||
|
@ -773,6 +773,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1818,
|
||||||
/**/
|
/**/
|
||||||
1817,
|
1817,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user