mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed many MSVC warnings.
This commit is contained in:
@@ -55,7 +55,7 @@ void test_selfadjoint()
|
||||
{
|
||||
for(int i = 0; i < g_repeat ; i++)
|
||||
{
|
||||
EIGEN_UNUSED int s = ei_random<int>(1,20);
|
||||
int s = ei_random<int>(1,20); EIGEN_UNUSED_VARIABLE(s);
|
||||
|
||||
CALL_SUBTEST_1( selfadjoint(Matrix<float, 1, 1>()) );
|
||||
CALL_SUBTEST_2( selfadjoint(Matrix<float, 2, 2>()) );
|
||||
|
||||
Reference in New Issue
Block a user