aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index 35f5a3b68..2b646e329 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -325,4 +325,6 @@ void test_cholesky()
// Test problem size constructors
CALL_SUBTEST_9( LLT<MatrixXf>(10) );
CALL_SUBTEST_9( LDLT<MatrixXf>(10) );
+
+ EIGEN_UNUSED_VARIABLE(s)
}