mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
compiler warnings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user