From 0690ab246e27c6d9080148cca9188dbe1aef0724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 23 Oct 2005 19:50:45 +0000 Subject: ran with "-Wall" and fixed naughtinesses shut up warnings and errors on vc7 svn path=/trunk/externals/iem/iemmatrix/; revision=3756 --- src/mtx_repmat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mtx_repmat.c') diff --git a/src/mtx_repmat.c b/src/mtx_repmat.c index 3ab686f..9b92cd8 100644 --- a/src/mtx_repmat.c +++ b/src/mtx_repmat.c @@ -77,7 +77,6 @@ static void writeRepeatIntoMatrix (int repeat_rows, int repeat_cols, int rows, i { int row_cnt; int col_cnt; - int idx = 0; int new_col = columns * repeat_cols; t_atom *ptr = y; -- cgit v1.2.1