From 0cf2a05f3e94a8d610b85e4e8e9248c77a445291 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 31 Oct 2011 10:44:06 -0400 Subject: bug #365 - Add test for non-usage of B0 --- test/product_selfadjoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/product_selfadjoint.cpp') diff --git a/test/product_selfadjoint.cpp b/test/product_selfadjoint.cpp index 91ac7a9c1..6c1d83bf2 100644 --- a/test/product_selfadjoint.cpp +++ b/test/product_selfadjoint.cpp @@ -92,4 +92,5 @@ void test_product_selfadjoint() s = internal::random(1,EIGEN_TEST_MAX_SIZE); CALL_SUBTEST_7( product_selfadjoint(Matrix(s,s)) ); } + EIGEN_UNUSED_VARIABLE(s) } -- cgit v1.2.3