aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_automaton.h
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_automaton.h
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_automaton.h')
-rw-r--r--gfsm/src/pd_automaton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfsm/src/pd_automaton.h b/gfsm/src/pd_automaton.h
index fcc2646..550cca4 100644
--- a/gfsm/src/pd_automaton.h
+++ b/gfsm/src/pd_automaton.h
@@ -75,6 +75,7 @@ typedef struct _pd_gfsm_automaton_obj
*/
#define atom_getboolarg(which,argc,argv) (atom_getintarg(which,argc,argv)==0 ? FALSE : TRUE)
#define GIMME_ARGS t_symbol *sel, int argc, t_atom *argv
+#define GIMME_ARGS_NOCV t_symbol *sel, GFSM_UNUSED int argc, GFSM_UNUSED t_atom *argv
/*----------------------------------------------------------------------
* utilities