summaryrefslogtreecommitdiffhomepage
path: root/mixguile/xmixguile_cmd_dispatcher.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2025-09-23 02:32:12 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2025-09-23 02:32:12 +0100
commit4de26b329b730cfe53c17ad3eb90a6fffd368d40 (patch)
tree6fb42eb00482213362a00f9c9cea24a3a412531c /mixguile/xmixguile_cmd_dispatcher.h
parentbd4c56d6e7d4d099df8a2ab1a23564cde72104a7 (diff)
downloadmdk-4de26b329b730cfe53c17ad3eb90a6fffd368d40.tar.gz
mdk-4de26b329b730cfe53c17ad3eb90a6fffd368d40.tar.bz2
Compilation fixes for gcc 15 (Peter Pentchev)HEADmaster
Diffstat (limited to 'mixguile/xmixguile_cmd_dispatcher.h')
-rw-r--r--mixguile/xmixguile_cmd_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
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