mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-23 23:03:15 +08:00
fix bug #184 (warning)
This commit is contained in:
parent
8e0a42350d
commit
a1d7e9051e
@ -248,7 +248,7 @@ template<typename _MatrixType, typename Rhs>
|
|||||||
|
|
||||||
void* numeric = const_cast<void*>(dec().numeric());
|
void* numeric = const_cast<void*>(dec().numeric());
|
||||||
|
|
||||||
int errorCode = 0;
|
EIGEN_UNUSED int errorCode = 0;
|
||||||
for (int j=0; j<rhsCols; ++j)
|
for (int j=0; j<rhsCols; ++j)
|
||||||
{
|
{
|
||||||
errorCode = umfpack_solve(UMFPACK_A,
|
errorCode = umfpack_solve(UMFPACK_A,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user