aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/src/pd_state.c')
-rw-r--r--gfsm/src/pd_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfsm/src/pd_state.c b/gfsm/src/pd_state.c
index 621979d..16f0d5f 100644
--- a/gfsm/src/pd_state.c
+++ b/gfsm/src/pd_state.c
@@ -48,7 +48,7 @@ static t_class *pd_gfsm_state_class;
/*--------------------------------------------------------------------
* new()
*/
-static void *pd_gfsm_state_new(t_symbol *sel, int argc, t_atom *argv)
+static void *pd_gfsm_state_new(GFSM_UNUSED t_symbol *sel, int argc, t_atom *argv)
{
t_symbol *name = &s_;
t_pd_gfsm_state *x = (t_pd_gfsm_state *)pd_new(pd_gfsm_state_class);