]> Creatis software - clitk.git/blobdiff - common/clitkCommon.cxx
*** empty log message ***
[clitk.git] / common / clitkCommon.cxx
index 4ccceb2761da9eb8b70b64f8074983442b3e04e1..0ee9a74e0bd8fab9c27dc4f177874aadeb265286 100644 (file)
@@ -82,7 +82,7 @@ void clitk::VerboseInProgress(const int nb, const int current, const int percent
   oss << std::setw(4) << rounded << '%';
 
   std::cout << oss.str() << std::flush;
-  for (int i=0; i<oss.str().length(); ++i) 
+  for (unsigned int i=0; i<oss.str().length(); ++i) 
        std::cout << "\b" << std::flush;
 }
 //------------------------------------------------------------------