patch 7.4.1678
Problem: Warning for unused argument.
Solution: Add UNUSED. (Dominique Pelle)
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index a0c6483..d255d4a 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -1073,7 +1073,7 @@
}
static Scheme_Object *
-load_base_module_on_error(void *data)
+load_base_module_on_error(void *data UNUSED)
{
load_base_module_failed = TRUE;
return scheme_null;
diff --git a/src/version.c b/src/version.c
index 878eb24..ec283a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1678,
+/**/
1677,
/**/
1676,