From 0609dbeec67df8f681afb34263c1be826831f534 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 31 Oct 2011 00:51:36 -0400 Subject: fix more variable-set-but-not-used warnings on gcc 4.6 --- test/cholesky.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/cholesky.cpp') 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(10) ); CALL_SUBTEST_9( LDLT(10) ); + + EIGEN_UNUSED_VARIABLE(s) } -- cgit v1.2.3