--- a/aknlayoutcompiler/src/LayoutWriter.cpp Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/LayoutWriter.cpp Mon Jan 18 21:13:05 2010 +0200
@@ -66,7 +66,7 @@
if (iTable.iAppend)
out << "\t+" << endl;
- for (int i=0; i<iTable.size(); ++i)
+ for (unsigned int i=0; i<iTable.size(); ++i)
{
if (i>0)
out << "," << endl;
@@ -126,7 +126,7 @@
if (iTable.iAppend)
out << "\t+" << endl;
- for (int i=0; i<iTable.size(); ++i)
+ for (unsigned int i=0; i<iTable.size(); ++i)
{
if (i>0)
out << "," << endl;