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/determinant.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/determinant.cpp') 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(1,EIGEN_TEST_MAX_SIZE/4); CALL_SUBTEST_6( determinant(MatrixXd(s, s)) ); } + EIGEN_UNUSED_VARIABLE(s) } -- cgit v1.2.3