From 4de26b329b730cfe53c17ad3eb90a6fffd368d40 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 23 Sep 2025 02:32:12 +0100 Subject: Compilation fixes for gcc 15 (Peter Pentchev) --- mixguile/xmixguile_cmd_dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixguile/xmixguile_cmd_dispatcher.h') diff --git a/mixguile/xmixguile_cmd_dispatcher.h b/mixguile/xmixguile_cmd_dispatcher.h index 4298267..b3501f9 100644 --- a/mixguile/xmixguile_cmd_dispatcher.h +++ b/mixguile/xmixguile_cmd_dispatcher.h @@ -37,7 +37,7 @@ struct mixguile_cmd_dispatcher_t /* scm commands types */ /* prototype of a function implementing a new scm function */ -typedef SCM (*scm_func_t) (); +typedef SCM (*scm_func_t) (...); /* record for a new scm command */ typedef struct scm_command_t -- cgit v1.2.3