mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 12:53:55 +08:00
Use a long int since Line is a long as well
This commit is contained in:
@@ -1779,7 +1779,7 @@ void cmMakefile::CheckForUnused(const char* reason, const char* name) const
|
||||
if (this->WarnUnused && !this->VariableUsed(name))
|
||||
{
|
||||
cmStdString path;
|
||||
int line;
|
||||
long line;
|
||||
if (this->CallStack.size())
|
||||
{
|
||||
const cmListFileContext* file = this->CallStack.back().Context;
|
||||
|
Reference in New Issue
Block a user