mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
ERR: unsigned int -> size_t.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user