Skip to content

Commit 8b29aba

Browse files
committed
patch 7.4.1678
Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle)
1 parent 0b9e4d1 commit 8b29aba

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/if_mzsch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ load_base_module(void *data)
10731073
}
10741074

10751075
static Scheme_Object *
1076-
load_base_module_on_error(void *data)
1076+
load_base_module_on_error(void *data UNUSED)
10771077
{
10781078
load_base_module_failed = TRUE;
10791079
return scheme_null;

src/version.c

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

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1678,
751753
/**/
752754
1677,
753755
/**/

0 commit comments

Comments
 (0)