From f180cc819f0ae6312dde6270314f85723e90f280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 8 Sep 2014 09:46:08 +0000 Subject: getting rid of compiler-warnings svn path=/trunk/externals/iem/iemmatrix/; revision=17345 --- src/mtx_fill.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mtx_fill.c') diff --git a/src/mtx_fill.c b/src/mtx_fill.c index 0c2089f..293c6f7 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -291,6 +291,7 @@ static void mTXFillMatrix (MTXfill *mtx_fill_obj, t_symbol *s, return; } break; + case DONT_FILL_JUST_PASS: break; } if (mtx_fill_obj->size == 0) { post("mtx_fill: no matrix defined for filling"); @@ -309,6 +310,7 @@ static void mTXFillMatrix (MTXfill *mtx_fill_obj, t_symbol *s, writeIndexedValuesIntoMatrix (mtx_fill_obj->num_idcs_used, mtx_fill_obj->index, fill_mtx,list_out+2); break; + case DONT_FILL_JUST_PASS: break; } mTXFillBang(mtx_fill_obj); } -- cgit v1.2.1