浏览代码

ERR: unsigned int -> size_t.

Brad King 23 年之前
父节点
当前提交
f7b1a90256
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmVTKMakeInstantiatorCommand.cxx

+ 1 - 1
Source/cmVTKMakeInstantiatorCommand.cxx

@@ -187,7 +187,7 @@ cmVTKMakeInstantiatorCommand
       {
       {
       cmGeneratedFileStream fout(fullName.c_str());
       cmGeneratedFileStream fout(fullName.c_str());
     
     
-      unsigned int thisBlockSize =
+      size_t thisBlockSize =
         (block < numFullBlocks)? groupSize:lastBlockSize;
         (block < numFullBlocks)? groupSize:lastBlockSize;
     
     
       // Actually generate the code in the file.
       // Actually generate the code in the file.