From 34a2ba5cba836ebc1211b33381c648160ca71ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 11:15:25 +0000 Subject: use t_float/t_sample instead of "float" and where appropriate svn path=/trunk/externals/zexy/; revision=9111 --- src/pack~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pack~.c') diff --git a/src/pack~.c b/src/pack~.c index 79c7430..e195573 100644 --- a/src/pack~.c +++ b/src/pack~.c @@ -43,8 +43,8 @@ static t_int *sigpack_perform(t_int *w) SETFLOAT(&buf[i], f); i++; } -#ifndef __WIN32__ -#warning defer list-output to next block with a clock! +#ifdef __GNUC__ +# warning defer list-output to next block with a clock! #endif outlet_list(x->x_obj.ob_outlet, &s_list, x->vector_length, x->buffer); -- cgit v1.2.1