mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1298: compiler warning for unused argument in small version
Problem: Compiler warning for unused argument in small version. Solution: Add UNUSED.
This commit is contained in:
@@ -114,7 +114,7 @@ estack_pop(void)
|
|||||||
* "is_sfile" is TRUE for <sfile> itself.
|
* "is_sfile" is TRUE for <sfile> itself.
|
||||||
*/
|
*/
|
||||||
char_u *
|
char_u *
|
||||||
estack_sfile(int is_sfile)
|
estack_sfile(int is_sfile UNUSED)
|
||||||
{
|
{
|
||||||
estack_T *entry;
|
estack_T *entry;
|
||||||
#ifdef FEAT_EVAL
|
#ifdef FEAT_EVAL
|
||||||
|
@@ -754,6 +754,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 */
|
||||||
|
/**/
|
||||||
|
1298,
|
||||||
/**/
|
/**/
|
||||||
1297,
|
1297,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user