aboutsummaryrefslogtreecommitdiff
path: root/src/0x260x260x7e.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/0x260x260x7e.c')
-rw-r--r--src/0x260x260x7e.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/0x260x260x7e.c b/src/0x260x260x7e.c
index 68ef596..1b054d9 100644
--- a/src/0x260x260x7e.c
+++ b/src/0x260x260x7e.c
@@ -42,6 +42,7 @@ typedef struct _scalarandand_tilde
static void *andand_tilde_new(t_symbol *s, int argc, t_atom *argv)
{
+ ZEXY_USEVAR(s);
if (argc > 1) post("&&~: extra arguments ignored");
if (argc)
{
@@ -240,6 +241,8 @@ static void andand_tilde_dsp(t_andand_tilde *x, t_signal **sp)
dsp_add(andand_tilde_perform, 4, in1, in2, out, n);
else
dsp_add(andand_tilde_perf8, 4, in1, in2, out, n);
+
+ ZEXY_USEVAR(x);
}
static void scalarandand_tilde_dsp(t_scalarandand_tilde *x, t_signal **sp)