ERR: unsigned int -> size_t.

This commit is contained in:
Brad King 2002-08-16 09:45:34 -04:00
parent 7bd3a1e702
commit f7b1a90256
1 changed files with 1 additions and 1 deletions

View File

@ -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.