diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-23 19:50:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-23 19:50:45 +0000 |
commit | 0690ab246e27c6d9080148cca9188dbe1aef0724 (patch) | |
tree | 78f53f578430c8c4e3287ed6b15dc60523aebc4d /src/mtx_minmax.c | |
parent | 6a4760f0ee46ad46a00f6677c2edb16a306e60c2 (diff) |
ran with "-Wall" and fixed naughtinesses
shut up warnings and errors on vc7
svn path=/trunk/externals/iem/iemmatrix/; revision=3756
Diffstat (limited to 'src/mtx_minmax.c')
-rw-r--r-- | src/mtx_minmax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_minmax.c b/src/mtx_minmax.c index 03b81be..3886546 100644 --- a/src/mtx_minmax.c +++ b/src/mtx_minmax.c @@ -179,7 +179,6 @@ static void mTXMinMaxMatrix (MTXminmax *mtx_minmax_obj, t_symbol *s, int list_size = argc - 2; t_atom *list_in = argv; t_atom *list_out = mtx_minmax_obj->list_out; - int count; int rows_out; int columns_out; |