aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 83e28cc..1ecc7c1 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -37,9 +37,8 @@ static void wrap_float(t_wrap *x, t_float f)
outlet_float(x->x_obj.ob_outlet, x->f_lower+modulo);
}
}
-static void wrap_set(t_wrap *x, t_symbol *s, int argc, t_atom *argv){
+static void wrap_set(t_wrap *x, t_symbol* UNUSED(s), int argc, t_atom *argv){
t_float f1, f2;
- ZEXY_USEVAR(s);
switch (argc){
case 0:
f1=0.0;