aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/PacketMath.h
diff options
context:
space:
mode:
authorGravatar Jan van Dijk <j.v.dijk@tue.nl>2021-02-12 18:35:35 +0000
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2021-02-12 18:35:35 +0000
commitdb61b8d47825e55e348a66e77cb9e1f1cbae066b (patch)
tree6d5bbe09eb72bc9c518a17d8e4c3638762786726 /Eigen/src/Core/arch/NEON/PacketMath.h
parent622c59894444cd5f6af19b069a51672b82e60927 (diff)
Avoid -Wunused warnings in NDEBUG builds.
In two places in SuperLUSupport.h, a local variable 'size' is created that is used only inside an eigen_assert. Remove these, just fetch the required values inside the assert statements. This avoids annoying -Wunused warnings (and -Werror=unused errors) in NDEBUG builds.
Diffstat (limited to 'Eigen/src/Core/arch/NEON/PacketMath.h')
0 files changed, 0 insertions, 0 deletions