From e9a803f42a15025ff8eed59e4ae4d8a8ab3645e0 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Wed, 21 Jan 2009 13:39:15 +0000 Subject: + added mooPdUtils.h and some MOO_UNUSED macros svn path=/trunk/externals/moocow/; revision=10582 --- flite/flite.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flite/flite.c') diff --git a/flite/flite.c b/flite/flite.c index a3bb662..3fbefc1 100644 --- a/flite/flite.c +++ b/flite/flite.c @@ -10,6 +10,7 @@ #include +#include "mooPdUtils.h" /* black magic */ #ifdef NT @@ -23,7 +24,7 @@ #include #include -#include "flite/cst_wave.h" +#include /*-------------------------------------------------------------------- * DEBUG @@ -133,7 +134,7 @@ void flite_synth(t_flite *x) { /*-------------------------------------------------------------------- * flite_text : set text-buffer *--------------------------------------------------------------------*/ -void flite_text(t_flite *x, t_symbol *s, int argc, t_atom *argv) { +void flite_text(t_flite *x, MOO_UNUSED t_symbol *s, int argc, t_atom *argv) { int i, alen, buffered; t_symbol *asym; -- cgit v1.2.1