diff -r f58d6ec98e88 -r b700e12870ca aknlayoutcompiler/src/Extract.cpp --- a/aknlayoutcompiler/src/Extract.cpp Thu Dec 17 09:14:18 2009 +0200 +++ b/aknlayoutcompiler/src/Extract.cpp Mon Jan 18 21:13:05 2010 +0200 @@ -71,7 +71,7 @@ iDocName = args[2]; - int layoutIndex = 3; + unsigned int layoutIndex = 3; if (args[3][0] == '-') { if (args[3].size() < 3 || args[3][1] != 'o')