Fixed a few compilation warnings

This commit is contained in:
Benoit Steiner
2016-04-15 15:34:34 -07:00
parent eb669f989f
commit 6c43c49e4a
4 changed files with 2 additions and 4 deletions

View File

@@ -440,7 +440,7 @@ struct TensorContractionEvaluatorBase
return m_result[index];
}
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool) const {
return TensorOpCost(sizeof(CoeffReturnType), 0, 0);
}