aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-16 15:02:30 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-16 15:02:30 -0700
commit65af852b54afca3c76c978c1bfd27d8a1451cab6 (patch)
treeabee301aa31af199d4e7347b2ab835c4a6b508c9 /unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
parentae697b471c0d3961ebdb633e30046e5fe31fbe24 (diff)
Silenced one last warning
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h b/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
index 0db34adb1..c530b27a7 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h
@@ -48,7 +48,7 @@ class BaseTensorContractionMapper {
m_k_strides(k_strides) { }
EIGEN_DEVICE_FUNC
- EIGEN_STRONG_INLINE void prefetch(int i) { }
+ EIGEN_STRONG_INLINE void prefetch(int /*i*/) { }
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE Scalar operator()(Index row) const {