From: schaerer Date: Thu, 21 Oct 2010 16:02:37 +0000 (+0000) Subject: fix warning X-Git-Tag: v1.2.0~334 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d3682a4b4db6ce9090a38c37d124ee9c24f6fd5f;hp=91342e828163ad49dbed39426ed4521dbfc64629;p=clitk.git fix warning --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 89a8884..1c9765e 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -792,7 +792,7 @@ void vvMainWindow::LoadImages(std::vector files, LoadedImageType fi progress.SetProgress(i,fileSize); qApp->processEvents(); - for (int j = 0; j < nSlices[i]; j++) { + for (unsigned int j = 0; j < nSlices[i]; j++) { //read the image and put it in mSlicerManagers vvSlicerManager* imageManager = new vvSlicerManager(4); qApp->processEvents();