aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_state.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-12-04 14:47:46 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-12-04 14:47:46 +0000
commit51b379a0186e4048d4fe09d43c610d41bbfaa458 (patch)
treee595341c87fbc247bcfb290b0e67ed3f11c34442 /gfsm/src/pd_state.c
parent987b80c80b0403d96937f6ceb5c016d371a3142a (diff)
+ added 'unused' attributes to gfsm externals code
+ updated extended/Makefile: don't call ./autogen.sh for gfsm stuff svn path=/trunk/externals/moocow/; revision=10423
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);