Skip to content

Commit 90fe26e

Browse files
committed
updated for version 7.3.709
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
1 parent fa1c7af commit 90fe26e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16664,7 +16664,7 @@ f_shellescape(argvars, rettv)
1666416664
*/
1666516665
static void
1666616666
f_shiftwidth(argvars, rettv)
16667-
typval_T *argvars;
16667+
typval_T *argvars UNUSED;
1666816668
typval_T *rettv;
1666916669
{
1667016670
rettv->vval.v_number = get_sw_value();

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
709,
728730
/**/
729731
708,
730732
/**/

0 commit comments

Comments
 (0)