Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / cld_2 / src / internal / cld2_dynamic_data_tool.cc
index ebb8474..5adaf0d 100644 (file)
@@ -162,7 +162,7 @@ Usage:\n\
   
   if (mode == 1 || mode == 2) { // dump || verify (so perform verification)
     void* mmapAddress = NULL;
-    int mmapLength = 0;
+    uint32_t mmapLength = 0;
     CLD2::ScoringTables* loadedData = CLD2DynamicDataLoader::loadDataFile(fileName, &mmapAddress, &mmapLength);
 
     if (loadedData == NULL) {