Fix some unused-variable warnings with GCC 4.6

This commit is contained in:
Benoit Jacob
2011-10-30 23:55:20 -04:00
parent 4477843bdd
commit 6a1caf0351
5 changed files with 7 additions and 5 deletions

View File

@@ -125,4 +125,6 @@ void test_eigensolver_complex()
// Test problem size constructors
CALL_SUBTEST_5(ComplexEigenSolver<MatrixXf>(s));
EIGEN_UNUSED_VARIABLE(s)
}