mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
fix unused variable warning
This commit is contained in:
parent
4aba24a1b2
commit
f9350e70eb
@ -292,6 +292,8 @@ template<typename Solver> void check_sparse_spd_solving(Solver& solver, int maxS
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -390,6 +392,8 @@ template<typename Solver> void check_sparse_square_solving(Solver& solver, int m
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user