From fc89459187380d862daf249c95ed389e3fb6c0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 3 Jun 2013 16:07:32 +0000 Subject: declare unused parameters as such rather than doing a dummy-usage svn path=/trunk/externals/zexy/; revision=17144 --- src/tabset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tabset.c') diff --git a/src/tabset.c b/src/tabset.c index 9c11633..f7b0eec 100644 --- a/src/tabset.c +++ b/src/tabset.c @@ -51,12 +51,11 @@ static void tabset_float(t_tabset *x, t_floatarg f) } } -static void tabset_list(t_tabset *x, t_symbol *s, int argc, t_atom* argv) +static void tabset_list(t_tabset *x, t_symbol* UNUSED(s), int argc, t_atom* argv) { t_garray *A; int npoints; zarray_t *vec; - ZEXY_USEVAR(s); if (!(A = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) error("%s: no such array", x->x_arrayname->s_name); -- cgit v1.2.1