From 3b79d99f715bd9e1b21859f5ef2f274f1294df32 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 9 May 2009 03:39:31 +0000 Subject: *make coeff() return a const reference (required with the recent change with CoeffReturnType) *fix a unused variable warning --- unsupported/test/alignedvector3.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'unsupported/test/alignedvector3.cpp') diff --git a/unsupported/test/alignedvector3.cpp b/unsupported/test/alignedvector3.cpp index 6a5a700ab..49c753953 100644 --- a/unsupported/test/alignedvector3.cpp +++ b/unsupported/test/alignedvector3.cpp @@ -30,7 +30,6 @@ void alignedvector3() { Scalar s1 = ei_random(); Scalar s2 = ei_random(); - Scalar s3 = ei_random(); typedef Matrix RefType; typedef Matrix Mat33; typedef AlignedVector3 FastType; -- cgit v1.2.3