Pārlūkot izejas kodu

ERR: unsigned int -> size_t.

Brad King 23 gadi atpakaļ
vecāks
revīzija
f7b1a90256
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/cmVTKMakeInstantiatorCommand.cxx

+ 1 - 1
Source/cmVTKMakeInstantiatorCommand.cxx

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