From f41cb76e016f132c94deff073917ed4c3f552fad Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 2 Oct 2013 17:48:41 +0200 Subject: [PATCH] libfec.cpp: -fix compil with DEBUG --- src/system/mtdutils/lib/libfec.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/system/mtdutils/lib/libfec.cpp b/src/system/mtdutils/lib/libfec.cpp index 4a250047c..801477b1a 100644 --- a/src/system/mtdutils/lib/libfec.cpp +++ b/src/system/mtdutils/lib/libfec.cpp @@ -379,7 +379,8 @@ matmul(gf *a, gf *b, gf *c, int n, int k, int m) } } } - +#if 0 +//unused #ifdef DEBUG /* * returns 1 if the square matrix is identiy @@ -399,7 +400,7 @@ is_identity(gf *m, int k) return 1 ; } #endif /* debug */ - +#endif /* * invert_mat() takes a matrix and produces its inverse * k is the size of the matrix.