aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/determinant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/determinant.cpp')
-rw-r--r--test/determinant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/determinant.cpp b/test/determinant.cpp
index eadc8c6b4..6c8d3baab 100644
--- a/test/determinant.cpp
+++ b/test/determinant.cpp
@@ -78,4 +78,5 @@ void test_determinant()
s = internal::random<int>(1,EIGEN_TEST_MAX_SIZE/4);
CALL_SUBTEST_6( determinant(MatrixXd(s, s)) );
}
+ EIGEN_UNUSED_VARIABLE(s)
}