mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Marked variables that's only used in debug mode as such
This commit is contained in:
parent
db5c14de42
commit
e91f255301
@ -111,6 +111,7 @@ struct TensorEvaluator<const TensorEvalToOp<ArgType>, Device>
|
|||||||
EIGEN_DEVICE_FUNC const Dimensions& dimensions() const { return m_impl.dimensions(); }
|
EIGEN_DEVICE_FUNC const Dimensions& dimensions() const { return m_impl.dimensions(); }
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(CoeffReturnType* scalar) {
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(CoeffReturnType* scalar) {
|
||||||
|
EIGEN_UNUSED_VARIABLE(scalar);
|
||||||
eigen_assert(scalar == NULL);
|
eigen_assert(scalar == NULL);
|
||||||
return m_impl.evalSubExprsIfNeeded(m_buffer);
|
return m_impl.evalSubExprsIfNeeded(m_buffer);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user