mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.2181
Problem: Compiler warning for unused variable. Solution: Remove it. (Dominique Pelle)
This commit is contained in:
@@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer)
|
|||||||
void
|
void
|
||||||
stop_all_timers(void)
|
stop_all_timers(void)
|
||||||
{
|
{
|
||||||
timer_T *timer;
|
|
||||||
|
|
||||||
while (first_timer != NULL)
|
while (first_timer != NULL)
|
||||||
stop_timer(first_timer);
|
stop_timer(first_timer);
|
||||||
}
|
}
|
||||||
|
@@ -763,6 +763,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 */
|
||||||
|
/**/
|
||||||
|
2181,
|
||||||
/**/
|
/**/
|
||||||
2180,
|
2180,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user