aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_selfadjoint.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-10-31 10:44:06 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-10-31 10:44:06 -0400
commit0cf2a05f3e94a8d610b85e4e8e9248c77a445291 (patch)
tree86b0530299261ce6056e7af578dfe4879eae5938 /test/product_selfadjoint.cpp
parent9df2f5c9237579bf1221b784ae87ed789237fb1c (diff)
bug #365 - Add test for non-usage of B0
Diffstat (limited to 'test/product_selfadjoint.cpp')
-rw-r--r--test/product_selfadjoint.cpp1
1 files changed, 1 insertions, 0 deletions
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<int>(1,EIGEN_TEST_MAX_SIZE);
CALL_SUBTEST_7( product_selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s,s)) );
}
+ EIGEN_UNUSED_VARIABLE(s)
}