aboutsummaryrefslogtreecommitdiff
path: root/src/pack~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pack~.c')
-rw-r--r--src/pack~.c4
1 files changed, 2 insertions, 2 deletions
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);