From 6d1f5dbaaefcb9cc198aad362146131f8eec9cd7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 10 Jul 2013 23:48:26 +0200 Subject: Add no_assignment_operator to a few classes that must not be assigned, and fix a couple of warnings. --- test/cholesky.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cholesky.cpp') 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(10) ); TEST_SET_BUT_UNUSED_VARIABLE(s) + TEST_SET_BUT_UNUSED_VARIABLE(nb_temporaries) } -- cgit v1.2.3