From 99e436b366ce3b7f9905d193177ba98bc5a8cc5c Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 25 Feb 2013 17:08:44 +0100 Subject: [PATCH] WRG: comparison between signed and unsigned integer expressions --- Code/Common/mvdVectorImageModel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Common/mvdVectorImageModel.cxx b/Code/Common/mvdVectorImageModel.cxx index 2147d191af..c8ec1fac48 100644 --- a/Code/Common/mvdVectorImageModel.cxx +++ b/Code/Common/mvdVectorImageModel.cxx @@ -232,7 +232,7 @@ VectorImageModel m_Region = region; // Compute the best level of detail - int bestLod = this->ComputeBestLevelOfDetail(zoomFactor); + CountType bestLod = this->ComputeBestLevelOfDetail(zoomFactor); // Set the corresponding Level of Detail if( GetCurrentLod()!=bestLod ) -- GitLab