mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ERR: Fixed conversion warning.
This commit is contained in:
@@ -48,7 +48,7 @@ Directory::~Directory()
|
||||
//----------------------------------------------------------------------------
|
||||
unsigned long Directory::GetNumberOfFiles()
|
||||
{
|
||||
return this->Internal->Files.size();
|
||||
return static_cast<unsigned long>(this->Internal->Files.size());
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user