fix few warnings reported by clang

This commit is contained in:
Thomas Capricelli
2011-07-07 22:20:04 +02:00
parent c52268c649
commit 08074843ac
3 changed files with 10 additions and 0 deletions

View File

@@ -284,6 +284,7 @@ class BandMatrixWrapper : public BandMatrixBase<BandMatrixWrapper<_CoefficientsT
: m_coeffs(coeffs),
m_rows(rows), m_supers(supers), m_subs(subs)
{
EIGEN_UNUSED_VARIABLE(cols);
//internal::assert(coeffs.cols()==cols() && (supers()+subs()+1)==coeffs.rows());
}