Bläddra i källkod

Use a long int since Line is a long as well

Ben Boeckel 15 år sedan
förälder
incheckning
3f1121f722
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
Source/cmMakefile.cxx

@@ -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;