aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index 38862924a..378525a83 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -328,4 +328,5 @@ void test_cholesky()
CALL_SUBTEST_9( LDLT<MatrixXf>(10) );
TEST_SET_BUT_UNUSED_VARIABLE(s)
+ TEST_SET_BUT_UNUSED_VARIABLE(nb_temporaries)
}