From d088ee35f644f9178270f0c3dc8c76011d208099 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sat, 12 Dec 2009 11:39:07 +0100 Subject: Added to possibility to compile unit tests at maximum warning level. Silenced (amongst others) many conversion related warnings. --- Eigen/src/Geometry/Homogeneous.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Geometry/Homogeneous.h') diff --git a/Eigen/src/Geometry/Homogeneous.h b/Eigen/src/Geometry/Homogeneous.h index ffa828f71..f2a2fe73e 100644 --- a/Eigen/src/Geometry/Homogeneous.h +++ b/Eigen/src/Geometry/Homogeneous.h @@ -241,6 +241,8 @@ struct ei_homogeneous_left_product_impl,Lhs> const typename Lhs::Nested m_lhs; const typename MatrixType::Nested m_rhs; +private: + ei_homogeneous_left_product_impl& operator=(const ei_homogeneous_left_product_impl&); }; template @@ -280,6 +282,8 @@ struct ei_homogeneous_right_product_impl,Rhs> const typename MatrixType::Nested m_lhs; const typename Rhs::Nested m_rhs; +private: + ei_homogeneous_right_product_impl& operator=(const ei_homogeneous_right_product_impl&); }; #endif // EIGEN_HOMOGENEOUS_H -- cgit v1.2.3