Silenced one last warning

This commit is contained in:
Benoit Steiner 2014-10-16 15:02:30 -07:00
parent ae697b471c
commit 65af852b54

View File

@ -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 {