File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Modules/ThirdParty/VNL/src/vxl/core/vnl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ struct VNL_EXPORT vnl_complex_traits<std::complex<vnl_bignum>>
206206 isreal = false
207207 };
208208 static std::complex <float >
209- conjugate (std::complex <vnl_bignum> x )
209+ conjugate (std::complex <vnl_bignum> /* x */ )
210210 {
211211 throw std::runtime_error (" Can not call complexify on non floating point data type" );
212212 return std::complex <float >(0 ., 0 .);
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ angle_minuspi_to_pi(double angle);
147147namespace vnl_math
148148{
149149#if defined(_MSC_VER)
150- // MSVC does not properly implement isfinite, iinf , isnan for C++11 conformance for integral types
150+ // MSVC does not properly implement isfinite, isinf , isnan for C++11 conformance for integral types
151151// For integral types only:
152152template <typename T>
153153_Check_return_ typename std::enable_if<std::is_integral<T>::value, bool >::type
You can’t perform that action at this time.
0 commit comments