From c91ca99adfb0a87a9a5073bf2ef7ec44aecb9158 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 16 Jan 2006 02:01:21 +0000 Subject: fixed a few warnings svn path=/trunk/externals/maxlib/; revision=4411 --- src/arraycopy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arraycopy.c') diff --git a/src/arraycopy.c b/src/arraycopy.c index c7f34cf..ea5f61b 100644 --- a/src/arraycopy.c +++ b/src/arraycopy.c @@ -82,7 +82,8 @@ static void arraycopy_docopy(t_arraycopy *x) { t_garray *b; /* make local copy of array */ t_float *tab; /* the content itselfe */ - t_int items, i; + int items; + t_int i; t_garray *A; int npoints; t_float *vec; -- cgit v1.2.1