From d9d035a156bc89362b1c970dbbf1c3527d12a3a3 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 16 Jun 2010 12:54:39 +0800
Subject: [PATCH] WRG: signed/unsigned

---
 Code/IO/otbVectorDataKeywordlist.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/IO/otbVectorDataKeywordlist.cxx b/Code/IO/otbVectorDataKeywordlist.cxx
index 0f1ac4a754..8986b779e0 100644
--- a/Code/IO/otbVectorDataKeywordlist.cxx
+++ b/Code/IO/otbVectorDataKeywordlist.cxx
@@ -171,7 +171,7 @@ VectorDataKeywordlist
 ::GetFieldList() const
 {
   std::vector<std::string> res;
-  for (int i = 0; i < m_FieldList.size(); ++i)
+  for (unsigned int i = 0; i < m_FieldList.size(); ++i)
     {
     res.push_back((m_FieldList[i].first)->GetNameRef());
     }
-- 
GitLab