From 51b379a0186e4048d4fe09d43c610d41bbfaa458 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 4 Dec 2008 14:47:46 +0000 Subject: + 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 --- gfsm/src/pd_automaton.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfsm/src/pd_automaton.h') 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 -- cgit v1.2.1