Skip to content

Commit 246acfc

Browse files
committed
updated for version 7.3.503
Problem: Warning for unused argument. Solution: Add UNUSED.
1 parent 8753743 commit 246acfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/if_ruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ static VALUE window_set_cursor(VALUE self, VALUE pos)
12381238
return Qnil;
12391239
}
12401240

1241-
static VALUE f_nop(VALUE self)
1241+
static VALUE f_nop(VALUE self UNUSED)
12421242
{
12431243
return Qnil;
12441244
}

src/version.c

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

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
503,
717719
/**/
718720
502,
719721
/**/

0 commit comments

Comments
 (0)