diff -r f58d6ec98e88 -r b700e12870ca aknlayoutcompiler/src/LayCdlCheck.cpp --- a/aknlayoutcompiler/src/LayCdlCheck.cpp Thu Dec 17 09:14:18 2009 +0200 +++ b/aknlayoutcompiler/src/LayCdlCheck.cpp Mon Jan 18 21:13:05 2010 +0200 @@ -25,7 +25,7 @@ #include "LayoutCompilerErr.h" #include "LayoutParse.h" #include "Lay2Cdl.h" -#include +#include using namespace std; using namespace CdlCompilerToolkit; @@ -58,7 +58,7 @@ auto_ptr xIface(new CCdlTkInterface); CCdlTkApiList& xApiList = xIface->ApiList(); - for (int arg = nextArg; arg < args.size(); arg++) + for (unsigned int arg = nextArg; arg < args.size(); arg++) { string fileName = args[arg]; if (fileName.size() < 4)