compiler warnings

This commit is contained in:
Ken Martin
2002-08-23 15:13:49 -04:00
parent e1d5c0c729
commit 13d4f89dfe
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -193,7 +193,8 @@ cmVTKMakeInstantiatorCommand
// Actually generate the code in the file.
this->OldGenerateCreationFile(fout.GetStream(),
block*groupSize, thisBlockSize);
block*groupSize,
static_cast<int>(thisBlockSize));
}
// Add the generated source file into the source list.