Skip to content
Snippets Groups Projects
Commit fcf46b20 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: warning correction

parent f8f58fd9
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ template <class TInputList, class TOutputList, class TFunction >
{
// copy the lists to the output
OutputListPointer outputPtr = this->GetOutput();
for (int i=0; i< this->m_ObjectListPerThread.size(); ++i)
for (unsigned int i=0; i< this->m_ObjectListPerThread.size(); ++i)
{
for(OutputListIterator it = this->m_ObjectListPerThread[i]->Begin();
it != this->m_ObjectListPerThread[i]->End();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment