aboutsummaryrefslogtreecommitdiff
path: root/src/0x7c0x7c0x7e.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/0x7c0x7c0x7e.c')
-rw-r--r--src/0x7c0x7c0x7e.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/0x7c0x7c0x7e.c b/src/0x7c0x7c0x7e.c
index b61d7b8..e0cc4dd 100644
--- a/src/0x7c0x7c0x7e.c
+++ b/src/0x7c0x7c0x7e.c
@@ -35,9 +35,8 @@ typedef struct _scalaroror_tilde
t_float x_g; /* inlet value */
} t_scalaroror_tilde;
-static void *oror_tilde_new(t_symbol *s, int argc, t_atom *argv)
+static void *oror_tilde_new(t_symbol* UNUSED(s), int argc, t_atom *argv)
{
- ZEXY_USEVAR(s);
if (argc > 1) post("||~: extra arguments ignored");
if (argc)
{
@@ -191,7 +190,7 @@ static t_int *scalaroror_tilde_performSSE(t_int *w)
}
#endif /* __SSE__ */
-static void oror_tilde_dsp(t_oror_tilde *x, t_signal **sp)
+static void oror_tilde_dsp(t_oror_tilde* UNUSED(x), t_signal **sp)
{
t_sample*in1=sp[0]->s_vec;
t_sample*in2=sp[1]->s_vec;
@@ -199,8 +198,6 @@ static void oror_tilde_dsp(t_oror_tilde *x, t_signal **sp)
int n=sp[0]->s_n;
- ZEXY_USEVAR(x);
-
#ifdef __SSE__
if(
0 && /* disabled for now since SSE2 code not compatible with [||] */