From 6a1caf0351824c0366b436d829309f7a558d2d6c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 30 Oct 2011 23:55:20 -0400 Subject: Fix some unused-variable warnings with GCC 4.6 --- test/linearstructure.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/linearstructure.cpp') diff --git a/test/linearstructure.cpp b/test/linearstructure.cpp index c638c07e5..bbfdaacc1 100644 --- a/test/linearstructure.cpp +++ b/test/linearstructure.cpp @@ -39,8 +39,7 @@ template void linearStructure(const MatrixType& m) // to test it, hence I consider that we will have tested Random.h MatrixType m1 = MatrixType::Random(rows, cols), m2 = MatrixType::Random(rows, cols), - m3(rows, cols), - mzero = MatrixType::Zero(rows, cols); + m3(rows, cols); Scalar s1 = internal::random(); while (internal::abs(s1)<1e-3) s1 = internal::random(); -- cgit v1.2.3