From c6c84ed9611cafd0acf89e467b050d9e94bec686 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Mon, 15 Jun 2020 00:14:58 +0200 Subject: [PATCH] Fix unused variable warning on Arm --- Eigen/src/Core/products/GeneralBlockPanelKernel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/products/GeneralBlockPanelKernel.h b/Eigen/src/Core/products/GeneralBlockPanelKernel.h index a24b452cd..e971b3339 100644 --- a/Eigen/src/Core/products/GeneralBlockPanelKernel.h +++ b/Eigen/src/Core/products/GeneralBlockPanelKernel.h @@ -1101,7 +1101,7 @@ struct gebp_traits loadRhs(b,dest); } - EIGEN_STRONG_INLINE void updateRhs(const RhsScalar* b, RhsPacketx4& dest) const + EIGEN_STRONG_INLINE void updateRhs(const RhsScalar*, RhsPacketx4&) const {} EIGEN_STRONG_INLINE void loadRhsQuad(const RhsScalar* b, RhsPacket& dest) const