From 45d3b405eb1bd3f3f7f4f2043621a57e6bee1365 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Wed, 9 Jun 2010 09:30:22 +0200 Subject: Fixed many MSVC warnings. --- test/selfadjoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/selfadjoint.cpp') diff --git a/test/selfadjoint.cpp b/test/selfadjoint.cpp index 2eaf6d459..1ea5a3a3c 100644 --- a/test/selfadjoint.cpp +++ b/test/selfadjoint.cpp @@ -55,7 +55,7 @@ void test_selfadjoint() { for(int i = 0; i < g_repeat ; i++) { - EIGEN_UNUSED int s = ei_random(1,20); + int s = ei_random(1,20); EIGEN_UNUSED_VARIABLE(s); CALL_SUBTEST_1( selfadjoint(Matrix()) ); CALL_SUBTEST_2( selfadjoint(Matrix()) ); -- cgit v1.2.3