bug #365 - Add test for non-usage of B0

This commit is contained in:
Benoit Jacob
2011-10-31 10:44:06 -04:00
parent 9df2f5c923
commit 0cf2a05f3e
2 changed files with 5 additions and 0 deletions

View File

@@ -92,4 +92,5 @@ void test_product_selfadjoint()
s = internal::random<int>(1,EIGEN_TEST_MAX_SIZE);
CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) );
}
EIGEN_UNUSED_VARIABLE(s)
}