We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e4d1 commit 8b29abaCopy full SHA for 8b29aba
2 files changed
src/if_mzsch.c
@@ -1073,7 +1073,7 @@ load_base_module(void *data)
1073
}
1074
1075
static Scheme_Object *
1076
-load_base_module_on_error(void *data)
+load_base_module_on_error(void *data UNUSED)
1077
{
1078
load_base_module_failed = TRUE;
1079
return scheme_null;
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1678,
753
/**/
754
1677,
755
0 commit comments