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/arbran.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arbran.c') diff --git a/src/arbran.c b/src/arbran.c index cf76517..d708e11 100644 --- a/src/arbran.c +++ b/src/arbran.c @@ -57,7 +57,7 @@ static void rand_arbran_pdfscale(t_rand_arbran *x) t_float a = 0; t_int k = 0; t_float *tx, *tp; - t_int ix, ip; + int ix, ip; if (!garray_getfloatarray(bx, &ix, &tx)) { post("arbran: couldn't read from array!"); @@ -86,7 +86,7 @@ static void rand_arbran_bang(t_rand_arbran *x) t_float a, u, a0, slope, b, d, r; t_int k = 0; t_float *tx, *tp; - t_int ix, ip; + int ix, ip; if (!garray_getfloatarray(bx, &ix, &tx)) { post("arbran: couldn't read from array!"); -- cgit v1.2.1