aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixVector.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-11 10:58:58 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-11 10:58:58 +0200
commit850c6d8a2b908869492ed0627c5906f7eee9c81f (patch)
tree79aeb591c9a41eadcca0887db5867a7c8ac93003 /Eigen/src/Core/products/GeneralMatrixVector.h
parente5bc9526f16590288edbc3e5fd8837ea81654942 (diff)
fix unused warning
Diffstat (limited to 'Eigen/src/Core/products/GeneralMatrixVector.h')
-rw-r--r--Eigen/src/Core/products/GeneralMatrixVector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h
index 0997746ef..9713b4849 100644
--- a/Eigen/src/Core/products/GeneralMatrixVector.h
+++ b/Eigen/src/Core/products/GeneralMatrixVector.h
@@ -266,6 +266,7 @@ static EIGEN_DONT_INLINE void ei_cache_friendly_product_rowmajor_times_vector(
Scalar* res, Index resIncr,
Scalar alpha)
{
+ EIGEN_UNUSED_VARIABLE(rhsIncr);
ei_internal_assert(rhsIncr==1);
#ifdef _EIGEN_ACCUMULATE_PACKETS
#error _EIGEN_ACCUMULATE_PACKETS has already been defined