From 1e2d046651102c57f5f4eca38ff7844e1b0ca6fd Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 1 Mar 2017 10:13:42 -0800 Subject: Silenced a couple of compilation warnings --- unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h b/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h index 3523e7c94..d23f2e4c8 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h @@ -23,6 +23,7 @@ struct static_val { template EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE static_val(const T& v) { + EIGEN_UNUSED_VARIABLE(v); eigen_assert(v == n); } }; -- cgit v1.2.3