diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h index 89e28bdb5..145ca0d64 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h @@ -402,7 +402,7 @@ template struct sizes_match_below_dim { - static inline bool run(Dims1& dims1, Dims2& dims2) { + static inline bool run(Dims1&, Dims2&) { return false; } };