mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 22:52:51 +08:00
suppress an 'unused variable' warning
This commit is contained in:
parent
2c03e6fccc
commit
e3e39ea26d
@ -347,6 +347,7 @@ class SparseVector<Scalar,_Options,_Index>::InnerIterator
|
||||
InnerIterator(const SparseVector& vec, Index outer=0)
|
||||
: m_data(vec.m_data), m_id(0), m_end(static_cast<Index>(m_data.size()))
|
||||
{
|
||||
EIGEN_UNUSED_VARIABLE(outer);
|
||||
eigen_assert(outer==0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user