aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/atom_alphabet.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/atom_alphabet.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/atom_alphabet.c')
-rw-r--r--gfsm/src/atom_alphabet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfsm/src/atom_alphabet.c b/gfsm/src/atom_alphabet.c
index 16f4bdd..64e1be8 100644
--- a/gfsm/src/atom_alphabet.c
+++ b/gfsm/src/atom_alphabet.c
@@ -78,7 +78,7 @@ gboolean gfsm_pd_atom_equal(t_atom *a1, t_atom *a2)
/*--------------------------------------------------------------
* dup()
*/
-t_atom *gfsm_pd_atom_dup(gfsmPdAtomAlphabet *alph, t_atom *a)
+t_atom *gfsm_pd_atom_dup(GFSM_UNUSED gfsmPdAtomAlphabet *alph, t_atom *a)
{
//return (a ? copybytes(a, sizeof(t_atom)) : NULL);
return (a ? gfsm_mem_dup_n(a,sizeof(t_atom)) : NULL);